adjust hide_bar.sh new bspwm & polybar configs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user