From d1ce66182cb528f0874cbcb345bfd5065ad3b2dc Mon Sep 17 00:00:00 2001 From: glitchd Date: Mon, 24 Feb 2020 21:21:27 +0000 Subject: [PATCH] pianobarstart command that starts a screen process then starts pinanobar and patiobar, then it opens a chromium browser to the address that patiobar is using --- pianobarstart | 1 + 1 file changed, 1 insertion(+) create mode 100644 pianobarstart diff --git a/pianobarstart b/pianobarstart new file mode 100644 index 0000000..583ded5 --- /dev/null +++ b/pianobarstart @@ -0,0 +1 @@ +screen -S pianobar -d -m pianobar | node ~/Patiobar/index.js | chromium-browser http://192.168.1.186:3000 &