From f149028732b7264ea84c550ab18e4a08017d8e98 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Apr 2022 15:31:19 -0300 Subject: [PATCH] themer: Limpiar --- .local/bin/themer | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.local/bin/themer b/.local/bin/themer index f8de66e..dbf8942 100755 --- a/.local/bin/themer +++ b/.local/bin/themer @@ -2,15 +2,11 @@ set -e if test -n "$1"; then - # ~/.config/themer/river-colors.sh "$1" ~/.config/themer/foot.ini.sh "$1" ~/.config/themer/fnott.ini.sh "$1" - ~/.config/themer/yambar.sh "$1" ~/.config/themer/fuzzel.sh "$1" ~/.config/themer/lock.sh "$1" - ~/.config/themer/waylock.sh "$1" ~/.config/themer/gtk.sh "$1" - # ~/.config/river/load-colors else echo "No theme specified" exit 1