Updated to current

This commit is contained in:
edwark43
2025-02-07 15:18:20 -05:00
parent c79881b41c
commit 4e391f7e4b
26 changed files with 192 additions and 126 deletions

View File

@@ -4,9 +4,9 @@ case $1 in
polybar-msg cmd hide | bspc config top_padding 2 | bspc config bottom_padding 2
exit;;
-u | --unhide | unhide)
polybar-msg cmd show | bspc config top_padding 48 | bspc config bottom_padding 48
polybar-msg cmd show | bspc config top_padding 76 | bspc config bottom_padding 76
exit;;
*)
echo "Invalid option"
exit;;
esac
esac