add scripts and config

This commit is contained in:
2023-07-12 17:02:27 +07:00
parent 520fb7cd75
commit 4b1d0cd562
12 changed files with 365 additions and 0 deletions
+8
View File
@@ -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