aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/setwall
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/setwall')
-rwxr-xr-x.local/bin/setwall4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/setwall b/.local/bin/setwall
index a7d7a1f..178b233 100755
--- a/.local/bin/setwall
+++ b/.local/bin/setwall
@@ -38,11 +38,11 @@ if ! pgrep -x hyprpaper >/dev/null; then
preload = $NEW_WALL
wallpaper = ,$NEW_WALL
EOF
- wal -i $NEW_WALL
hyprpaper &
+ wal -i $NEW_WALL -n
else
# Hyprpaper is running → change it live
- wal -i $NEW_WALL
hyprctl hyprpaper preload "$NEW_WALL"
hyprctl hyprpaper wallpaper ",$NEW_WALL"
+ wal -i $NEW_WALL -n
fi