- themes
- removed cycle wall - added wallpaper setter
This commit is contained in:
10
save-theme
Executable file
10
save-theme
Executable 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"
|
||||
Reference in New Issue
Block a user