diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-03-07 20:59:53 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-03-07 21:00:09 +0100 |
| commit | 2fc4260287471e5fb985411ea3f60d6eb0a854dc (patch) | |
| tree | 13c0113b6eafde7e8f7f9c1d6c41e08812b4150c /scripts | |
| parent | 6d95f092e30737d49b650891e93de518498523a3 (diff) | |
| download | dotfiles-2fc4260287471e5fb985411ea3f60d6eb0a854dc.tar.gz dotfiles-2fc4260287471e5fb985411ea3f60d6eb0a854dc.zip | |
waybar modification
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/set_background | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/set_background b/scripts/set_background index ba7445a..3045637 100755 --- a/scripts/set_background +++ b/scripts/set_background @@ -5,7 +5,7 @@ if test (count $argv) -lt 1; or not test -f $argv[1] exit 1 end -set -x SWWW_TRANSITION "wipe" +set -x SWWW_TRANSITION "simple" set -x SWWW_TRANSITION_FPS 60 set -U img $argv[1] @@ -13,5 +13,6 @@ niri msg action do-screen-transition swww img $img wallust run $img makoctl reload +systemctl --user reload waybar.service notify-send -i $img "Wallust" "Changed wallpaper and palette." |
