mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 10:58:15 +01:00
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
|
# Set defaults
|
||||||
POLYBAR_HEIGHT=$((40 * $POLYBAR_SCALE))
|
POLYBAR_HEIGHT=$((35 * $POLYBAR_SCALE))
|
||||||
HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.width')
|
HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.width')
|
||||||
|
|
||||||
# Make the bar float
|
# Make the bar float
|
||||||
|
Loading…
Reference in New Issue
Block a user