dotfiles/waybar/modules/switch-wallpaper.sh
Benjamin Palko 3c21b077ba more styling
2024-03-22 17:32:45 -05:00

8 lines
324 B
Bash

# -n tells `wal` to skip setting the wallpaper.
wal -i ~/Wallpapers/ -n
# Using feh to tile the wallpaper now.
# We grab the wallpaper location from wal's cache so
# that this works even when a directory is passed.
swww img "$(< "${HOME}/.cache/wal/wal")" --transition-type wipe --transition-angle 45 --transition-fps 90