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 # for more configuration options, refer https://wiki.hyprland.org/Hypr-Ecosystem/hypridle
general { general {
lock_cmd = ~/.config/dotfiles/hypr/hyprscript start-hyprlock lock_cmd = ~/.config/hypr/hyprscript start-hyprlock
before_sleep_cmd = ~/.config/dotfiles/hypr/hyprscript lock-session before_sleep_cmd = ~/.config/hypr/hyprscript lock-session
after_sleep_cmd = hyprctl dispatch dpms on after_sleep_cmd = hyprctl dispatch dpms on
} }
listener { listener {
timeout = 300 timeout = 300
on-timeout = ~/.config/dotfiles/hypr/hyprscript lock-session on-timeout = ~/.config/hypr/hyprscript lock-session
} }
listener { listener {

View File

@ -151,15 +151,15 @@
"spacing": 5 "spacing": 5
}, },
"custom/cpu": { "custom/cpu": {
"exec": "sed '1q;d' ~/.config/dotfiles/hypr/.stat.txt", "exec": "sed '1q;d' ~/.config/hypr/.stat.txt",
"restart-interval": 2 "restart-interval": 2
}, },
"custom/mem": { "custom/mem": {
"exec": "sed '2q;d' ~/.config/dotfiles/hypr/.stat.txt", "exec": "sed '2q;d' ~/.config/hypr/.stat.txt",
"restart-interval": 2 "restart-interval": 2
}, },
"custom/battery": { "custom/battery": {
"exec": "sed '3q;d' ~/.config/dotfiles/hypr/.stat.txt", "exec": "sed '3q;d' ~/.config/hypr/.stat.txt",
"return-type": "json", "return-type": "json",
"restart-interval": 2 "restart-interval": 2
} }