change top padding

This commit is contained in:
2023-08-28 19:08:07 +01:00
parent a9a23992fc
commit 39567842d3

View File

@ -2,7 +2,7 @@
# Simple script to hide Polybar on bspwm
if [ -f /tmp/polybarhidden ]; then
bspc config top_padding 45
bspc config top_padding 26
polybar-msg cmd show
rm /tmp/polybarhidden
else