diff --git a/.local/bin/themer b/.local/bin/themer deleted file mode 100755 index a7d4fe8..0000000 --- a/.local/bin/themer +++ /dev/null @@ -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