summaryrefslogtreecommitdiff
path: root/scripts/set_theme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/set_theme.sh')
-rwxr-xr-xscripts/set_theme.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh
deleted file mode 100755
index b616b4f..0000000
--- a/scripts/set_theme.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-echo "Choose a profile: "; ls ./profiles/
-read profile
-echo "PROFILE=$profile" >> ./.config
-
-echo "Choose a theme:" && ls ./theme/
-read theme
-echo "THEME=$theme" >> ./.config
-echo "Set theme to $theme"