1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-02 15:37:45 +02:00

1.0.0 tested

This commit is contained in:
TiynGER 2019-10-01 18:42:32 +02:00
parent 0f4c674cc7
commit 023ec8b0eb
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
0.0.12
1.0.0

View File

@ -147,7 +147,6 @@ resetpulse() { dialog --infobox "Reseting Pulseaudio..." 4 50
finalize(){ \
dialog --infobox "Preparing welcome message..." 4 50
echo "exec_always --no-startup-id notify-send -i ~/.local/share/larbs/larbs.png 'Welcome to LARBS:' 'Press Super+F1 for the manual.' -t 10000" >> "/home/$name/.config/i3/config"
dialog --title "All done!" --msgbox "Congrats! Provided there were no hidden errors, the script completed successfully and all the programs and configuration files should be in place.\\n\\nTo run the new graphical environment, log out and log back in as your new user, then run the command \"startx\" to start the graphical environment (it will start automatically in tty1).\\n\\n.t Luke. Dont forget to use config pull or config clone to finalize the dotfiles installation. \\n\\n.t TiynGER" 12 80
}