summaryrefslogtreecommitdiffhomepage
path: root/bin/xmobars.sh
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-12-19 01:14:45 +0000
committerjao <jao@gnu.org>2018-12-19 01:14:45 +0000
commit754ed5d7c3061c546b4bdbb685bdd73679e04080 (patch)
tree77a7409374e4c0646d81c85a16da9753472ebabf /bin/xmobars.sh
parent48c0e1ebcc0e6a7c9ae302f44c814508bfda7b6a (diff)
downloadxmobar-config-754ed5d7c3061c546b4bdbb685bdd73679e04080.tar.gz
xmobar-config-754ed5d7c3061c546b4bdbb685bdd73679e04080.tar.bz2
Shell scripts
Diffstat (limited to 'bin/xmobars.sh')
-rwxr-xr-xbin/xmobars.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/xmobars.sh b/bin/xmobars.sh
new file mode 100755
index 0000000..751e3f2
--- /dev/null
+++ b/bin/xmobars.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+killall xmobar-top
+xmobar-top $* &
+killall xmobar-bottom
+if pidof spotify>/dev/null; then
+ xmobar-bottom $* spotify &
+else
+ xmobar-bottom $* mpd &
+fi
+
+killall trayer
+run-trayer.sh &