Merge branch 'main' of https://tangled.sh/@ocbwoy3.dev/nix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
font-family = "GeistMono NF"
|
||||
font-family = "SF Mono"
|
||||
theme = Catppuccin Mocha
|
||||
background-opacity = 0.7
|
||||
window-padding-x = 16
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[Settings]
|
||||
gtk-theme-name=catppuccin-mocha-blue-standard+default
|
||||
gtk-icon-theme-name=Arashi
|
||||
gtk-font-name=Noto Sans 11
|
||||
gtk-theme-name=catppuccin-mocha-blue-standard
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=SF Pro Display
|
||||
gtk-cursor-theme-name=RalseiCursors
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
|
||||
@@ -51,23 +51,34 @@ animations {
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = main, 0.445, 0.05, 0.55, 0.95
|
||||
bezier = monitorBez, 0, 1, 1, 1
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = windowsOut, 1, 7, default
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default, slide
|
||||
|
||||
animation = specialWorkspace, 1, 6, myBezier, slide
|
||||
|
||||
animation = monitorAdded, 1, 30, monitorBez
|
||||
|
||||
}
|
||||
|
||||
render {
|
||||
# direct_scanout = true
|
||||
# new_render_scheduling = true
|
||||
}
|
||||
|
||||
cursor {
|
||||
use_cpu_buffer = 2
|
||||
enable_hyprcursor = true
|
||||
invisible = false
|
||||
}
|
||||
|
||||
windowrule = tag +game, class:org.vinegarhq.Sober
|
||||
windowrule = tag +game, class:com.mojang.minecraft.java-edition
|
||||
windowrule = tag +discord, class:equibop
|
||||
|
||||
windowrule = tag +code, class:code
|
||||
windowrule = tag +music, class:cider
|
||||
@@ -77,6 +88,7 @@ windowrule = tag +music, class:spotify
|
||||
|
||||
windowrulev2 = renderunfocused, tag:music
|
||||
windowrulev2 = renderunfocused, tag:game
|
||||
windowrulev2 = renderunfocused, tag:discord
|
||||
|
||||
# Dwindle layout
|
||||
dwindle {
|
||||
@@ -96,7 +108,8 @@ misc {
|
||||
initial_workspace_tracking = 0
|
||||
new_window_takes_over_fullscreen = 1
|
||||
disable_splash_rendering = false
|
||||
font_family = "JetBrains Mono"
|
||||
font_family = "SF Pro Display"
|
||||
render_unfocused_fps = 240
|
||||
}
|
||||
|
||||
# Layer Rules
|
||||
|
||||
@@ -67,10 +67,10 @@ bindl = , XF86MonBrightnessDown, exec, brightnessctl -q s 10%-
|
||||
bindl = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bindl = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bindl = , XF86AudioPlay, exec, playerctl -p chromium,cmus,elisa,cider,spotify,OCbwoy3_s_iPhone,OCbwoy3__s_iPhone,OCbwoy3___s_iPhone play-pause
|
||||
bindl = , XF86AudioPause, exec, playerctl -p chromium,cmus,elisa,cider,spotify,OCbwoy3_s_iPhone,OCbwoy3__s_iPhone,OCbwoy3___s_iPhone pause
|
||||
bindl = , XF86AudioNext, exec, playerctl -p chromium,cmus,elisa,cider,spotify,OCbwoy3_s_iPhone,OCbwoy3__s_iPhone,OCbwoy3___s_iPhone next
|
||||
bindl = , XF86AudioPrev, exec, playerctl -p chromium,cmus,elisa,cider,spotify,OCbwoy3_s_iPhone,OCbwoy3__s_iPhone,OCbwoy3___s_iPhone previous
|
||||
bindl = , XF86AudioPlay, exec, playerctl -p cider,OCbwoy3_s_iPhone,OCbwoy3__s_iPhone,OCbwoy3___s_iPhone,cmus play-pause
|
||||
bindl = , XF86AudioPause, exec, playerctl -p cider,OCbwoy3_s_iPhone,OCbwoy3__s_iPhone,OCbwoy3___s_iPhone,cmus pause
|
||||
bindl = , XF86AudioNext, exec, playerctl -p cider,OCbwoy3_s_iPhone,OCbwoy3__s_iPhone,OCbwoy3___s_iPhone,cmus next
|
||||
bindl = , XF86AudioPrev, exec, playerctl -p cider,OCbwoy3_s_iPhone,OCbwoy3__s_iPhone,OCbwoy3___s_iPhone,cmus previous
|
||||
bindl = , XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
bindl = , XF86Lock, exec, pkill -USR1 hyprlock || hyprlock
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
font-family: 'SF Pro Display', 'Symbols Nerd Font';
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
window {
|
||||
|
||||
@@ -3,6 +3,8 @@ window {
|
||||
border: 1px solid #89b4fa;
|
||||
border-radius: 12px;
|
||||
padding: 8px;
|
||||
font-family: "SF Pro Display", "Symbols Nerd Font", sans-serif;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
|
||||
Reference in New Issue
Block a user