diff --git a/hypridle.conf b/hypridle.conf index f78e0d8..5848468 100644 --- a/hypridle.conf +++ b/hypridle.conf @@ -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 { diff --git a/waybar/config b/waybar/config index 72f8d2c..4b75fa1 100644 --- a/waybar/config +++ b/waybar/config @@ -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 }