Files
theme-setter/save-theme
iceyrazor 5c64166a0b - themes
- removed cycle wall
- added wallpaper setter
2025-07-07 19:55:44 -05:00

11 lines
175 B
Bash
Executable File

#!/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"