fixes cava in waybar

This commit is contained in:
2026-01-22 14:15:32 +01:00
parent 810060dc10
commit 8a6e480d58
8 changed files with 142 additions and 83 deletions

View File

@@ -1,19 +1,19 @@
$wallpaper = /usr/share/wallpapers/downloaded/pexels-jplenio-1102912.jpg
$background = rgb(0E0E11)
$foreground = rgb(FDF2DE)
$color0 = rgb(38393C)
$color1 = rgb(424652)
$color2 = rgb(6A3E40)
$color3 = rgb(736956)
$color4 = rgb(897C88)
$color5 = rgb(9B8166)
$color6 = rgb(F9D9A2)
$color7 = rgb(F4E4C8)
$color8 = rgb(AA9F8C)
$color9 = rgb(424652)
$color10 = rgb(6A3E40)
$color11 = rgb(736956)
$color12 = rgb(897C88)
$color13 = rgb(9B8166)
$color14 = rgb(F9D9A2)
$color15 = rgb(F4E4C8)
$wallpaper = /usr/share/wallpapers/downloaded/pexels-alex-montes-892479-1820563.jpg
$background = rgb(232525)
$foreground = rgb(F8FBFB)
$color0 = rgb(4E5052)
$color1 = rgb(DE6D49)
$color2 = rgb(978E7D)
$color3 = rgb(49A2B8)
$color4 = rgb(EEAFA6)
$color5 = rgb(F6CE70)
$color6 = rgb(EBF3F4)
$color7 = rgb(EDF1F1)
$color8 = rgb(A6A8A9)
$color9 = rgb(DE6D49)
$color10 = rgb(978E7D)
$color11 = rgb(49A2B8)
$color12 = rgb(EEAFA6)
$color13 = rgb(F6CE70)
$color14 = rgb(EBF3F4)
$color15 = rgb(EDF1F1)

View File

@@ -163,6 +163,7 @@ binds {
# Toggle Waybar
bind = $mainMod, W, exec, killall -SIGUSR1 waybar
bind = $mainMod SHIFT, W, exec, killall -SIGUSR2 waybar # restart
# ======= Monitors =======
# Toggle Monitor Flip

View File

@@ -289,4 +289,18 @@ windowrule {
match:class = ^(waypaper)$
float = on
center = on
}
windowrule {
name = calcure
match:title = ^(calcure)$
float = on
center = on
}
windowrule {
name = gnome-calculator-fix
match:class = ^(org.gnome.Calculator)$
float = on
center = on
}