adjust hide_bar.sh new bspwm & polybar configs
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
# 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 38
|
bspc config top_padding 30
|
||||||
polybar-msg cmd show
|
polybar-msg cmd show
|
||||||
rm /tmp/polybarhidden
|
rm /tmp/polybarhidden
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user