Borrar themer

This commit is contained in:
Cat /dev/Nulo 2022-04-10 18:43:33 -03:00
parent 6e51b9e20e
commit 6d2feb454c

View file

@ -1,12 +0,0 @@
#!/bin/sh
set -ex
if test -n "$1"; then
. ~/.config/themer/themes/"$1".sh
~/.config/themer/fuzzel.sh
~/.config/themer/lock.sh
~/.config/themer/gtk.sh
else
echo "No theme specified"
exit 1
fi