forked from extern/nix-config
polybar: Decrease bar height
Less bar height means more working screen space.
This commit is contained in:
parent
f94d4af3db
commit
1c9fca7dd4
@ -15,7 +15,7 @@ bspc_config() {
|
||||
}
|
||||
|
||||
# Set defaults
|
||||
POLYBAR_HEIGHT=$((40 * $POLYBAR_SCALE))
|
||||
POLYBAR_HEIGHT=$((35 * $POLYBAR_SCALE))
|
||||
HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.width')
|
||||
|
||||
# Make the bar float
|
||||
|
Loading…
Reference in New Issue
Block a user