summaryrefslogtreecommitdiffhomepage
path: root/bin/run-xmobar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run-xmobar.sh')
-rwxr-xr-xbin/run-xmobar.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/run-xmobar.sh b/bin/run-xmobar.sh
new file mode 100755
index 0000000..c2c1d35
--- /dev/null
+++ b/bin/run-xmobar.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+flavour=$1
+shift
+
+$(cd ~/usr/jao/xmobar-config && cabal list-bin xmobar-$flavour) $*