diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-10-04 15:06:19 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-10-04 15:12:36 -0700 |
commit | 9f1ae41e118bb863fe17320c8e4c08bc8ed8ef0c (patch) | |
tree | c7b782b2a2efa150a09c47fd476af546a921ce96 /dots/home/scripts | |
parent | 5b819a55edd6b5e8dc5832c341dd13b1d0631eb4 (diff) | |
download | dotfiles-9f1ae41e118bb863fe17320c8e4c08bc8ed8ef0c.tar.gz dotfiles-9f1ae41e118bb863fe17320c8e4c08bc8ed8ef0c.zip |
Use fade transition; set editor in sway
Diffstat (limited to 'dots/home/scripts')
-rw-r--r-- | dots/home/scripts/wallpaper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dots/home/scripts/wallpaper.sh b/dots/home/scripts/wallpaper.sh index 47c604c..d200133 100644 --- a/dots/home/scripts/wallpaper.sh +++ b/dots/home/scripts/wallpaper.sh @@ -1,5 +1,5 @@ #!/bin/bash wallpaper=`find -L $HOME/Pictures/wallpapers -type f | shuf -n1` -swww img $wallpaper --transition-type random +swww img $wallpaper |