From 5f1ba7f921d11befc3fc1831cead8005aedac9ac Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 28 Nov 2023 22:41:35 +0900 Subject: update refresh.sh --- config/hypr/scripts/Refresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr') diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index b5e705d3..63408027 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -14,7 +14,7 @@ done waybar & # Relaunch dunst with pywal-borders -${SCRIPTSDIR}/PywalDunst.sh +${SCRIPTSDIR}/PywalDunst.sh & ## trying to figure out how to restart Rainbow borders #sleep 1 -- cgit v1.2.3 From 1af1297253e70ed15fbb3c7d973f5b7d97fbe490 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 28 Nov 2023 22:53:46 +0900 Subject: update --- config/hypr/configs/Execs.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/hypr') diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 478eac27..70b3b802 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -46,8 +46,8 @@ exec-once = $scriptsDir/RainbowBorders.sh # exec-once = $scriptsDir/AppAutoClose.sh # sway-idle with lock only -exec-once = swayidle -w timeout 1200 '$lock' +exec-once = swayidle -w timeout 900 '$lock' # sway-idle with lock and sleep -#exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' +#exec-once = swayidle -w timeout 900 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' # sway idle without lock -#exec-once = swayidle -w timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' +#exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' -- cgit v1.2.3 From b91bdee0c338cb6d259b1b4a0fe6a6f671b7a0fa Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 28 Nov 2023 23:28:06 +0900 Subject: some small changes --- config/hypr/scripts/Refresh.sh | 2 +- config/hypr/scripts/WallpaperRandom.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr') diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index 63408027..cd399b0c 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -6,7 +6,7 @@ SCRIPTSDIR=$HOME/.config/hypr/scripts _ps=(waybar rofi) for _prs in "${_ps[@]}"; do if pidof "${_prs}" >/dev/null; then - pkill "${_prs}" + killall "${_prs}" fi done diff --git a/config/hypr/scripts/WallpaperRandom.sh b/config/hypr/scripts/WallpaperRandom.sh index 4184fca6..e0f8ee7d 100755 --- a/config/hypr/scripts/WallpaperRandom.sh +++ b/config/hypr/scripts/WallpaperRandom.sh @@ -29,7 +29,7 @@ while true; do done \ | sort -n | cut -d':' -f2- \ | while read -r img; do - swww img "$img" && $pywal_script && $pywal_refresh + swww img "$img" & $pywal_script & $pywal_refresh sleep $INTERVAL done -- cgit v1.2.3 From c6b6b240d3c8618d5235d35f51e4259b48217546 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 28 Nov 2023 23:53:38 +0900 Subject: bumped to v2.1.11 --- config/hypr/v2.1.10 | 5 ----- config/hypr/v2.1.11 | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 config/hypr/v2.1.10 create mode 100644 config/hypr/v2.1.11 (limited to 'config/hypr') diff --git a/config/hypr/v2.1.10 b/config/hypr/v2.1.10 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.1.10 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.1.11 b/config/hypr/v2.1.11 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.1.11 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3