Update .config/btop/btop.conf

Update .config/hypr/hypridle.conf
Update .config/hypr/hyprland/binds/open_apps.conf
Update .config/hypr/hyprland/binds/power.conf
Update .config/yazi/init.lua
Update .config/yazi/package.toml
Update .local/bin/system_setup.sh
This commit is contained in:
2025-11-01 14:50:30 +01:00
parent af13748fcd
commit 90e4016ee8
7 changed files with 20 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "threads" proc_sorting = "cpu lazy"
#* Reverse sorting order, True or False. #* Reverse sorting order, True or False.
proc_reversed = False proc_reversed = False

View File

@@ -17,7 +17,13 @@ listener {
} }
listener { listener {
timeout = 1800 # 30min timeout = 330 # 5.5min
on-timeout = systemctl sleep && openrgb -c black # suspend pc on-timeout = openrgb -c black
on-resume = openrgb -c white
}
listener {
timeout = 1800 # 30min
on-timeout = openrgb -c black && systemctl sleep # suspend pc
on-resume = openrgb -c white on-resume = openrgb -c white
} }

View File

@@ -1,8 +1,8 @@
# general # general
bind = $mainMod, RETURN, exec, [workspace 4] $terminal bind = $mainMod, RETURN, exec, [workspace 4] $terminal
bind = $mainMod ctrl, RETURN, exec, $terminal bind = $mainMod ctrl, RETURN, exec, $terminal
bind = $mainMod L_SHIFT, P, exec, $menu bind = $mainMod, space , exec, $menu
bind = $mainMod, e, exec, [float; size 40% 40%; workspace special:magic] $terminal yazi bind = $mainMod, e, exec, [float; size 40% 40%; workspace special:magic] $terminal yazi
bind = ctrl, Escape, exec, [float; size 80% 75%; workspace special:magic] $terminal btop bind = ctrl, Escape, exec, [float; size 80% 75%; workspace special:magic] $terminal btop

View File

@@ -1,5 +1,5 @@
bind = $mainMod L_SHIFT ctrl, l, exec, hyprlock # lock bind = $mainMod L_SHIFT ctrl, l, exec, hyprlock # lock
bind = $mainMod L_SHIFT ctrl, r, exec, systemctl reboot bind = $mainMod L_SHIFT ctrl, r, exec, openrgb -c black && systemctl reboot
bind = $mainMod L_SHIFT ctrl, p, exec, systemctl poweroff bind = $mainMod L_SHIFT ctrl, p, exec, openrgb -c black && systemctl poweroff
bind = $mainMod L_SHIFT ctrl, s, exec, pidof hyprlock || sleep 1 && systemctl sleep bind = $mainMod L_SHIFT ctrl, s, exec, openrgb -c black && pidof hyprlock || sleep 1 && systemctl sleep
bind = $mainMod L_SHIFT ctrl, m, exec, uwsm stop bind = $mainMod L_SHIFT ctrl, m, exec, uwsm stop

View File

@@ -1,3 +1,4 @@
require("full-border"):setup()
Header:children_add(function() Header:children_add(function()
if ya.target_family() ~= "unix" then if ya.target_family() ~= "unix" then
return "" return ""

View File

@@ -1,5 +1,7 @@
[plugin] [[plugin.deps]]
deps = [] use = "yazi-rs/plugins:full-border"
rev = "8f1d971"
hash = "3996fc74044bc44144b323686f887e1"
[flavor] [flavor]
deps = [] deps = []

View File

@@ -55,6 +55,7 @@ python3
util-linux util-linux
libnewt libnewt
wofi wofi
hyprlauncher
kitty kitty
yazi yazi
playerctl playerctl