add scripts and config
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
WALLPATH="$HOME/.local/share/backgrounds/"
|
||||
WALLFILE="$(ls $WALLPATH | wofi --show dmenu -p Wallpapers:)"
|
||||
|
||||
swww img $WALLPATH$WALLFILE --transition-type wipe --transition-step 30 --transition-fps 165 > /dev/null
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user