From 90e4016ee8033eed3fbbcb7efccb6c677f10c0d0 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Sat, 1 Nov 2025 14:50:30 +0100 Subject: [PATCH] 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 --- private_dot_config/btop/btop.conf | 2 +- private_dot_config/hypr/hypridle.conf | 10 ++++++++-- private_dot_config/hypr/hyprland/binds/open_apps.conf | 4 ++-- private_dot_config/hypr/hyprland/binds/power.conf | 6 +++--- private_dot_config/yazi/init.lua | 1 + private_dot_config/yazi/package.toml | 6 ++++-- private_dot_local/bin/executable_system_setup.sh | 1 + 7 files changed, 20 insertions(+), 10 deletions(-) diff --git a/private_dot_config/btop/btop.conf b/private_dot_config/btop/btop.conf index 968c1e6..81551c0 100644 --- a/private_dot_config/btop/btop.conf +++ b/private_dot_config/btop/btop.conf @@ -57,7 +57,7 @@ update_ms = 2000 #* 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. -proc_sorting = "threads" +proc_sorting = "cpu lazy" #* Reverse sorting order, True or False. proc_reversed = False diff --git a/private_dot_config/hypr/hypridle.conf b/private_dot_config/hypr/hypridle.conf index 98c4d3a..e316ef1 100644 --- a/private_dot_config/hypr/hypridle.conf +++ b/private_dot_config/hypr/hypridle.conf @@ -17,7 +17,13 @@ listener { } listener { - timeout = 1800 # 30min - on-timeout = systemctl sleep && openrgb -c black # suspend pc + timeout = 330 # 5.5min + 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 } diff --git a/private_dot_config/hypr/hyprland/binds/open_apps.conf b/private_dot_config/hypr/hyprland/binds/open_apps.conf index 60f495a..3d03a30 100644 --- a/private_dot_config/hypr/hyprland/binds/open_apps.conf +++ b/private_dot_config/hypr/hyprland/binds/open_apps.conf @@ -1,8 +1,8 @@ # general bind = $mainMod, RETURN, exec, [workspace 4] $terminal -bind = $mainMod ctrl, RETURN, exec, $terminal -bind = $mainMod L_SHIFT, P, exec, $menu +bind = $mainMod ctrl, RETURN, exec, $terminal +bind = $mainMod, space , exec, $menu 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 diff --git a/private_dot_config/hypr/hyprland/binds/power.conf b/private_dot_config/hypr/hyprland/binds/power.conf index 40886cd..160bdc0 100644 --- a/private_dot_config/hypr/hyprland/binds/power.conf +++ b/private_dot_config/hypr/hyprland/binds/power.conf @@ -1,5 +1,5 @@ bind = $mainMod L_SHIFT ctrl, l, exec, hyprlock # lock -bind = $mainMod L_SHIFT ctrl, r, exec, systemctl reboot -bind = $mainMod L_SHIFT ctrl, p, exec, systemctl poweroff -bind = $mainMod L_SHIFT ctrl, s, exec, pidof hyprlock || sleep 1 && systemctl sleep +bind = $mainMod L_SHIFT ctrl, r, exec, openrgb -c black && systemctl reboot +bind = $mainMod L_SHIFT ctrl, p, exec, openrgb -c black && systemctl poweroff +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 diff --git a/private_dot_config/yazi/init.lua b/private_dot_config/yazi/init.lua index 0671e37..e95f51a 100644 --- a/private_dot_config/yazi/init.lua +++ b/private_dot_config/yazi/init.lua @@ -1,3 +1,4 @@ +require("full-border"):setup() Header:children_add(function() if ya.target_family() ~= "unix" then return "" diff --git a/private_dot_config/yazi/package.toml b/private_dot_config/yazi/package.toml index 9091919..e4a0d49 100644 --- a/private_dot_config/yazi/package.toml +++ b/private_dot_config/yazi/package.toml @@ -1,5 +1,7 @@ -[plugin] -deps = [] +[[plugin.deps]] +use = "yazi-rs/plugins:full-border" +rev = "8f1d971" +hash = "3996fc74044bc44144b323686f887e1" [flavor] deps = [] diff --git a/private_dot_local/bin/executable_system_setup.sh b/private_dot_local/bin/executable_system_setup.sh index 85dee37..cc9acf3 100644 --- a/private_dot_local/bin/executable_system_setup.sh +++ b/private_dot_local/bin/executable_system_setup.sh @@ -55,6 +55,7 @@ python3 util-linux libnewt wofi +hyprlauncher kitty yazi playerctl