mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
require("full-border"):setup()
|
||||
Header:children_add(function()
|
||||
if ya.target_family() ~= "unix" then
|
||||
return ""
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
[plugin]
|
||||
deps = []
|
||||
[[plugin.deps]]
|
||||
use = "yazi-rs/plugins:full-border"
|
||||
rev = "8f1d971"
|
||||
hash = "3996fc74044bc44144b323686f887e1"
|
||||
|
||||
[flavor]
|
||||
deps = []
|
||||
|
||||
@@ -55,6 +55,7 @@ python3
|
||||
util-linux
|
||||
libnewt
|
||||
wofi
|
||||
hyprlauncher
|
||||
kitty
|
||||
yazi
|
||||
playerctl
|
||||
|
||||
Reference in New Issue
Block a user