mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-07-14 21:25:26 +02:00
polybar: Decrease bar height
Less bar height means more working screen space.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user