From 4744185914c4cba509da3d6397c053859538a784 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 9 May 2021 14:23:24 -0500 Subject: Reverted theme selection --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.sh') 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)" -- cgit v1.2.3