mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-19 02:56:17 +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
|
||||
POLYBAR_HEIGHT=$((40 * $POLYBAR_SCALE))
|
||||
POLYBAR_HEIGHT=$((35 * $POLYBAR_SCALE))
|
||||
HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.width')
|
||||
|
||||
# Make the bar float
|
||||
|
Reference in New Issue
Block a user