aboutsummaryrefslogtreecommitdiffstats
path: root/polybar/.config/herbstluftwm/autostart.d/polybar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'polybar/.config/herbstluftwm/autostart.d/polybar.sh')
-rwxr-xr-xpolybar/.config/herbstluftwm/autostart.d/polybar.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/polybar/.config/herbstluftwm/autostart.d/polybar.sh b/polybar/.config/herbstluftwm/autostart.d/polybar.sh
deleted file mode 100755
index 3dd29ab..0000000
--- a/polybar/.config/herbstluftwm/autostart.d/polybar.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/env bash
-pgrep polybar || { autohide-polybar.sh && polybar "$(hostname)" 2> /dev/null & }