From 43e6d79bf47294ef37e7401c4f63915b92635bf5 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 14 Aug 2019 08:02:52 -0500 Subject: using dwm and fish --- i3/status.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 i3/status.sh (limited to 'i3/status.sh') diff --git a/i3/status.sh b/i3/status.sh deleted file mode 100644 index ce3c08a..0000000 --- a/i3/status.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# shell script to prepend i3status with more stuff - -i3status | while : -do - read line - MPCSTAT=`mpc | grep -v '^volume:'` - if [ -z "${MPCSTAT}" ]; then - echo "$line" || exit 1 - else - MPCSTAT=`echo "${MPCSTAT}" | sed 's, *, ,g; 1h;1d;2G' | paste -d' ' -s -` - echo "${MPCSTAT} | $line" || exit 1 - fi -done - - -- cgit v1.2.3