Fixed paths
This commit is contained in:
parent
5731211792
commit
52683079ef
@ -2,14 +2,14 @@
|
||||
# for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hypridle
|
||||
|
||||
general {
|
||||
lock_cmd = ~/.config/dotfiles/hypr/hyprscript start-hyprlock
|
||||
before_sleep_cmd = ~/.config/dotfiles/hypr/hyprscript lock-session
|
||||
lock_cmd = ~/.config/hypr/hyprscript start-hyprlock
|
||||
before_sleep_cmd = ~/.config/hypr/hyprscript lock-session
|
||||
after_sleep_cmd = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = ~/.config/dotfiles/hypr/hyprscript lock-session
|
||||
on-timeout = ~/.config/hypr/hyprscript lock-session
|
||||
}
|
||||
|
||||
listener {
|
||||
|
@ -151,15 +151,15 @@
|
||||
"spacing": 5
|
||||
},
|
||||
"custom/cpu": {
|
||||
"exec": "sed '1q;d' ~/.config/dotfiles/hypr/.stat.txt",
|
||||
"exec": "sed '1q;d' ~/.config/hypr/.stat.txt",
|
||||
"restart-interval": 2
|
||||
},
|
||||
"custom/mem": {
|
||||
"exec": "sed '2q;d' ~/.config/dotfiles/hypr/.stat.txt",
|
||||
"exec": "sed '2q;d' ~/.config/hypr/.stat.txt",
|
||||
"restart-interval": 2
|
||||
},
|
||||
"custom/battery": {
|
||||
"exec": "sed '3q;d' ~/.config/dotfiles/hypr/.stat.txt",
|
||||
"exec": "sed '3q;d' ~/.config/hypr/.stat.txt",
|
||||
"return-type": "json",
|
||||
"restart-interval": 2
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user