diff options
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/configs/Execs.conf | 6 | ||||
| -rwxr-xr-x | config/hypr/scripts/Refresh.sh | 4 | ||||
| -rwxr-xr-x | config/hypr/scripts/WallpaperRandom.sh | 2 | ||||
| -rw-r--r-- | config/hypr/v2.1.11 (renamed from config/hypr/v2.1.10) | 0 |
4 files changed, 6 insertions, 6 deletions
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' diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index b5e705d3..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 @@ -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 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 diff --git a/config/hypr/v2.1.10 b/config/hypr/v2.1.11 index 31b3414d..31b3414d 100644 --- a/config/hypr/v2.1.10 +++ b/config/hypr/v2.1.11 |
