change formatting in hide_bar.sh
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Simple script to hide Polybar on bspwm
|
# Simple script to hide Polybar on bspwm
|
||||||
|
|
||||||
if [ -f /tmp/polybarhidden ]; then
|
if [ -f /tmp/polybarhidden ]
|
||||||
|
then
|
||||||
bspc config top_padding 30
|
bspc config top_padding 30
|
||||||
polybar-msg cmd show
|
polybar-msg cmd show
|
||||||
rm /tmp/polybarhidden
|
rm /tmp/polybarhidden
|
||||||
|
Reference in New Issue
Block a user