dotfiles/script/bin/wallpaper
2024-08-28 16:28:04 +02:00

9 lines
246 B
Bash
Executable file

#!/usr/bin/env sh
WALLPAPER="$1"
wal -i "$WALLPAPER" -o "$HOME/bin/bspwmrc" -a "70" -q
eww reload
swww img "$WALLPAPER" --transition-type wipe --transition-angle 45 --transition-fps 144 -f Lanczos3
#"$HOME/bin/rounded_borders.sh" "$WALLPAPER"