aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm/tray.sh
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2019-09-07 08:10:27 -0700
committerkatherine <ageha@airen-no-jikken.icu>2019-09-07 08:10:27 -0700
commita7139f17b0a9b0b3f8d9f3f695547997b2602083 (patch)
treec414a76181af7b2468f2a02645719134dfeeffe9 /.config/herbstluftwm/tray.sh
parent3ee2e833d6e423ced02c182a55c35b9a4bc3c687 (diff)
downloaddotfiles-a7139f17b0a9b0b3f8d9f3f695547997b2602083.tar.gz
add env shebangs for herbstluftwm things
necessary for running on freebsd etc. dunno why it wasn't this way before
Diffstat (limited to '.config/herbstluftwm/tray.sh')
-rwxr-xr-x.config/herbstluftwm/tray.sh13
1 files changed, 0 insertions, 13 deletions
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