summaryrefslogtreecommitdiff
path: root/larbs.sh
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-26 13:16:55 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-11-26 13:16:55 -0500
commit14084d2055abaad7e818376ca9e668255352bbb5 (patch)
treeb088a80bf54c78e3d7af354a529c23122f49edb7 /larbs.sh
parentc09c94a2f772911847dd4cbfb3177a9a162ca554 (diff)
adjust picture location
Diffstat (limited to 'larbs.sh')
-rwxr-xr-xlarbs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/larbs.sh b/larbs.sh
index 2e14b3b..70894ff 100755
--- a/larbs.sh
+++ b/larbs.sh
@@ -147,7 +147,7 @@ manualinstall() { # Installs $1 manually if not installed. Used only for AUR hel
finalize(){ \
dialog --infobox "Preparing welcome message..." 4 50
- echo "exec_always --no-startup-id notify-send -i ~/.scripts/larbs.png '<b>Welcome to LARBS:</b> Press Super+F1 for the manual.' -t 10000" >> /home/$name/.config/i3/config
+ echo "exec_always --no-startup-id notify-send -i ~/.scripts/pix/larbs.png '<b>Welcome to LARBS:</b> 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.\\n\\n-Luke" 12 80
}