Browse Source

some small changes

pull/42/head
JaKooLit 2 years ago
parent
commit
b91bdee0c3
  1. 2
      config/hypr/scripts/Refresh.sh
  2. 2
      config/hypr/scripts/WallpaperRandom.sh

2
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

2
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

Loading…
Cancel
Save