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, 1 insertions, 1 deletions
diff --git a/polybar/.config/herbstluftwm/autostart.d/polybar.sh b/polybar/.config/herbstluftwm/autostart.d/polybar.sh
index bec6eb7..3dd29ab 100755
--- a/polybar/.config/herbstluftwm/autostart.d/polybar.sh
+++ b/polybar/.config/herbstluftwm/autostart.d/polybar.sh
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
-pgrep polybar || { polybar "$(hostname)" 2> /dev/null & }
+pgrep polybar || { autohide-polybar.sh && polybar "$(hostname)" 2> /dev/null & }