summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-14 22:32:08 -0500
committerstkhan <personal@slickd.xyz>2021-05-14 22:32:08 -0500
commit8d135e95a88cd26690638859d39ebe335081a5aa (patch)
tree7322692a394852f5b667671a8ff542f217132242 /install.sh
parent7e44a6d0f803ae1f3354f4567e11a4749ab30c83 (diff)
Cleaned up some things
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