change formatting in hide_bar.sh

This commit is contained in:
2024-05-09 17:28:58 +01:00
parent fac2150928
commit c7db96d729

View File

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