From 654e22739815553ada1ade9af7f7e95548832926 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 5 Oct 2023 12:23:43 +0100 Subject: [PATCH] adjust hide_bar.sh new bspwm & polybar configs --- hide_bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hide_bar.sh b/hide_bar.sh index 3644031..3845c60 100755 --- a/hide_bar.sh +++ b/hide_bar.sh @@ -2,7 +2,7 @@ # Simple script to hide Polybar on bspwm if [ -f /tmp/polybarhidden ]; then - bspc config top_padding 38 + bspc config top_padding 30 polybar-msg cmd show rm /tmp/polybarhidden else