Fixed paths

This commit is contained in:
Thomas Forgione 2025-09-15 10:56:11 +02:00
parent 5731211792
commit 52683079ef
2 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -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
}