aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/set_background11
1 files changed, 6 insertions, 5 deletions
diff --git a/scripts/set_background b/scripts/set_background
index 1ba3665..f9465ce 100755
--- a/scripts/set_background
+++ b/scripts/set_background
@@ -10,9 +10,10 @@ set -x SWWW_TRANSITION_FPS 60
set -x SWWW_TRANSITION_DURATION 2
set -U img $argv[1]
-niri msg action do-screen-transition
-swww img $img
-wallust run $img
-makoctl reload
-notify-send -i $img "Wallust" "Changed wallpaper and palette."
+wallust run $img; and begin
+ niri msg action do-screen-transition
+ swww img $img
+ makoctl reload
+ notify-send -i $img "Wallust" "Changed wallpaper and palette."
+end;