From 6d2feb454c47b6a9d150ae4f89dc7c44ccba4010 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 10 Apr 2022 18:43:33 -0300 Subject: [PATCH] Borrar themer --- .local/bin/themer | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 .local/bin/themer 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