From 396621c2ad29b0c3304cb13ed892c1d445c53b9e Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 3 Mar 2024 23:26:34 +0000 Subject: executable to run xmobar flavours without explicit symlinks --- bin/run-xmobar.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/run-xmobar.sh 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) $* -- cgit v1.2.3