summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index e7d4b03..55f65d0 100755
--- a/install.sh
+++ b/install.sh
@@ -8,8 +8,8 @@ dmenu="dmenu-5.0"
st="st-0.8.2"
dwmblocks="dwmblocks"
theme="red"
-#dialog --title "sarc" --msgbox "Welcome to the sarc installer!" 0 0
-#dialog --title "sarc" --inputbox "What theme would you like? Choose from green, blue, and red" 0 0 2> /tmp/.theme_sel
+dialog --title "sarc" --msgbox "Welcome to the sarc installer!" 0 0
+dialog --title "sarc" --inputbox "What theme would you like? Choose from green, blue, and red" 0 0 2> /tmp/.theme_sel
clear
theme="$(cat /tmp/.theme_sel)"