Update .config/btop/btop.conf

Update .config/hypr/hypridle.conf
Update .config/hypr/hyprland.conf
Update .config/hypr/hyprland/binds/managment.conf
Update .config/fish/fish_variables
Update .config/fish/functions/ls.fish
This commit is contained in:
2026-01-03 21:30:39 +01:00
parent 209bae9436
commit cdee48a8a0
6 changed files with 70 additions and 96 deletions

View File

@@ -19,11 +19,11 @@ listener {
listener {
timeout = 330 # 5.5min
on-timeout = openrgb -c black
on-resume = openrgb -c $openrgb_color
on-resume = openrgb -c green
}
listener {
timeout = 1800 # 30min
on-timeout = openrgb -c black && systemctl sleep # suspend pc
on-resume = openrgb -c $openrgb_color
on-resume = openrgb -c green
}