aboutsummaryrefslogtreecommitdiff
path: root/scripts/set_background
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2025-06-07 22:48:43 +0200
committereric.marin <maarin.eric@gmail.com>2025-09-07 21:19:35 +0200
commit8f8d9c06935758e218bbc88faaef6d2d2bd60df1 (patch)
treee3eab73fb48b306a758126edcaf1d3172d302ffb /scripts/set_background
parent5798601f2527b6535fbafba7e22de4dd53954718 (diff)
downloaddotfiles-8f8d9c06935758e218bbc88faaef6d2d2bd60df1.tar.gz
dotfiles-8f8d9c06935758e218bbc88faaef6d2d2bd60df1.zip
wallpapermenu
Diffstat (limited to 'scripts/set_background')
-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;