commit 2320eca87bc7fffda38aec63d19969d7996d989d
parent e4a3c9374d575be41692473ca2d5aa95072e426f
Author: Luke <luke@lukesmith.xyz>
Date: Tue, 13 Feb 2018 17:36:37 -0700
mutt config added
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/larbs_user.sh b/src/larbs_user.sh
@@ -100,6 +100,9 @@ EOF
blue Downloading config files...
git clone https://github.com/lukesmithxyz/voidrice.git && rsync -va voidrice/ /home/$NAME && rm -rf voidrice
+blue Downloading email setup...
+git clone https://github.com/lukesmithxyz/mutt-wizard.git /home/$NAME/.config/mutt
+
blue "Preparing welcome message..."
curl https://raw.githubusercontent.com/LukeSmithxyz/larbs/master/src/welcome_i3 >> /home/$NAME/.config/i3/config
diff --git a/src/welcome_i3 b/src/welcome_i3
@@ -1,8 +1,9 @@
+
+
# LARBS WELCOME:
exec_always $term -n welcome -e welcome
for_window [instance="welcome"] floating enable
for_window [instance="welcome"] resize set 625 400
for_window [instance="welcome"] border pixel 0
-
# WARNING! While the above welcome message is there, do not place commands below it!
# They will be deleted by the "hello" bash command.