Skip to content

Instantly share code, notes, and snippets.

@soup-bowl
Last active October 13, 2017 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soup-bowl/6f75cd2f8c042344fedf02521bf113ac to your computer and use it in GitHub Desktop.
Save soup-bowl/6f75cd2f8c042344fedf02521bf113ac to your computer and use it in GitHub Desktop.
Simple Chromium Wallboard Bash (combined with rotating tabs plugin)
#!/bin/bash
URL1="http://example.com"
URL2="http://example.com"
URL3="http://example.com"
unclutter -idle 0 & # Make sure unclutter has been installed. Hides the cursor.
chromium-browser $URL1 $URL2 $URL3 -kiosk --disable-session-crashed-bubble --disable-infobars
@soup-bowl
Copy link
Author

Never written a shell script in my life, so there could be a thousand better ways to do this.

Can be killed by running pkill chromium

@soup-bowl
Copy link
Author

Created a Chrome extension to replace this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment