aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm/tray.sh
diff options
context:
space:
mode:
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