9 lines
246 B
Bash
Executable file
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"
|
|
|