diff --git a/hide_bar.sh b/hide_bar.sh index 3845c60..9bc80f3 100755 --- a/hide_bar.sh +++ b/hide_bar.sh @@ -1,7 +1,8 @@ #!/bin/sh # Simple script to hide Polybar on bspwm -if [ -f /tmp/polybarhidden ]; then +if [ -f /tmp/polybarhidden ] +then bspc config top_padding 30 polybar-msg cmd show rm /tmp/polybarhidden