From 26ca1d0eed445b1b1461189c5076c07a432da04d Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 10 May 2025 19:54:52 +0200 Subject: [PATCH] some fixes --- .scripts/refresh.sh | 4 ++-- hypridle.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.scripts/refresh.sh b/.scripts/refresh.sh index 40a41c0..8e38191 100755 --- a/.scripts/refresh.sh +++ b/.scripts/refresh.sh @@ -94,10 +94,10 @@ main() { sleep 0.2 # swaync >/dev/null 2>&1 & # notify-send "low" "bar" "launching.." - bash "$scriptdir/bar" + bash "$_scripts/bar" notify-send "low" "wallpaper" "loading.." - bash "$scriptdir/wallpaper" + bash "$_scripts/wallpaper" if command_exists redshift; then notify-send "low" "redshift" "protecting your eyes from the blue light.." diff --git a/hypridle.conf b/hypridle.conf index 07249d7..f776e03 100644 --- a/hypridle.conf +++ b/hypridle.conf @@ -1,7 +1,7 @@ general { lock_cmd = swaylock --screenshots --clock --indicator --effect-pixelate 18 --effect-blur 8x8 before_sleep_cmd = loginctl lock-session - after_sleep_cmd = hyprctl dispatch dpms on && hyprpanel + after_sleep_cmd = hyprctl dispatch dpms on && bash "$HOME/.config/hypr/.scripts/refresh.sh" } listener {