- removed cycle wall
- added wallpaper setter
- added wallpaper run from set-theme
- fixed wallpaper targets
- made names a bit more consistant
This commit is contained in:
2025-07-07 20:25:19 -05:00
parent ee06e306d8
commit 50ef825788
20 changed files with 118 additions and 22 deletions

10
save-theme Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
cd "$(dirname "$0")"
if [ "$1" == "" ]; then
echo theme name not set :\<
exit 1
fi
cp ~/.cache/wal/colors.sh "./themes/$1.sh"
chmod u+x "./themes/$1.sh"