adjust hide_bar.sh new bspwm & polybar configs

This commit is contained in:
2023-10-05 12:23:43 +01:00
parent f1c0a15c56
commit 654e227398

View File

@ -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