From a7139f17b0a9b0b3f8d9f3f695547997b2602083 Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 7 Sep 2019 08:10:27 -0700 Subject: add env shebangs for herbstluftwm things necessary for running on freebsd etc. dunno why it wasn't this way before --- .config/herbstluftwm/tray.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 .config/herbstluftwm/tray.sh (limited to '.config/herbstluftwm/tray.sh') diff --git a/.config/herbstluftwm/tray.sh b/.config/herbstluftwm/tray.sh deleted file mode 100755 index c82e37d..0000000 --- a/.config/herbstluftwm/tray.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -hc() { "${herbstclient_command[@]:-herbstclient}" "$@" ;} - -source ~/.config/init/vars - -run="" -while [ -z "$run" ]; do - sleep .5 - run=$(ps -e | grep bar) - echo "$run" -done - -trayer --edge top --align right --heighttype pixel --height $bheight --widthtype pixel --width $bheight --distancefrom right --distance 4 -- cgit v1.2.3