Skip to content

Commit

Permalink
Better xmessage
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed May 31, 2024
1 parent be4b239 commit 045dbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/scripts/open-vnc-browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -eu

echo -e "🌏 Opening VNC desktop in web browser…\n"
xdg-open 'http://localhost:6080?autoconnect=true'
echo -e "Welcome to the MNE-Python Dev Container!\nCreate a plot in VS Code and it will show up here." | xmessage -file -
echo -e "Welcome to the MNE-Python Dev Container!\nCreate a plot in VS Code and it will show up here." | xmessage -center -timeout 60 -title "Welcome to MNE-Python!" -file -

0 comments on commit 045dbeb

Please sign in to comment.