summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 4b41b62..353e84a 100755
--- a/install.sh
+++ b/install.sh
@@ -6,8 +6,8 @@ sudo pacman -S --needed dialog
dwm="dwm-6.2"
dmenu="dmenu-5.0"
st="st"
-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
clear