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
}

View File

@@ -5,20 +5,20 @@ general {
}
listener {
timeout = 150 # 2.5min.
timeout = 7200 # 2.5min.
on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
on-resume = brightnessctl -r # monitor backlight restore.
}
# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
listener {
timeout = 150 # 2.5min.
timeout = 7200 # 2.5min.
on-timeout = brightnessctl -sd asus::kbd_backlight set 0 # turn off keyboard backlight.
on-resume = brightnessctl -rd asus::kbd_backlight # turn on keyboard backlight.
}
listener {
timeout = 300 # 5min
timeout = 7200 # 5min
on-timeout = ~/.config/swaylock/lockscript.sh # lock screen when timeout has passed
}

View File

@@ -17,7 +17,8 @@ source = ~/.config/hypr/config/monitor.conf
source = ~/.config/hypr/config/variables.conf
source = ~/.config/hypr/config/windowrules.conf
source = ~/.config/hypr/config/workspaces.conf
source = ~/.config/hypr/config/plugins.conf
# Modifying these configs can be done by creating a user defined config in the home directory, e.g.
## ~/.config/hypr/config/user-config.conf
# source ~/.config/hypr/config/user-config.conf
# source ~/.config/hypr/config/user-config.conf