diff --git a/src/larbs_user.sh b/src/larbs_user.sh index a1a2920..a549a6a 100755 --- 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 index 096d239..84e2406 100644 --- 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.