diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-06-07 22:48:43 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-09-07 21:19:35 +0200 |
| commit | 8f8d9c06935758e218bbc88faaef6d2d2bd60df1 (patch) | |
| tree | e3eab73fb48b306a758126edcaf1d3172d302ffb /scripts | |
| parent | 5798601f2527b6535fbafba7e22de4dd53954718 (diff) | |
| download | dotfiles-8f8d9c06935758e218bbc88faaef6d2d2bd60df1.tar.gz dotfiles-8f8d9c06935758e218bbc88faaef6d2d2bd60df1.zip | |
wallpapermenu
Diffstat (limited to '')
| -rwxr-xr-x | scripts/set_background | 11 |
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; |
