37 lines
914 B
TOML
37 lines
914 B
TOML
[display]
|
|
# Output to pin the bar to; omit to follow the active output.
|
|
monitor = "DP-2"
|
|
# Bar height in logical px (default 36); reserved exclusively.
|
|
height = 24
|
|
# MSAA for triangle primitives (does not affect quad borders).
|
|
antialiasing = true
|
|
# Default text size in logical px (default 16).
|
|
default_text_size = 14.0
|
|
# Left/right padding between the bar edge and its content, logical px.
|
|
padding = 4.0
|
|
# Gap between modules in the bar, logical px.
|
|
spacing = 8.0
|
|
|
|
[order]
|
|
left = ["workspaces", "weather"]
|
|
middle = []
|
|
right = ["clock"]
|
|
|
|
[modules.clock]
|
|
show_seconds = false
|
|
|
|
[modules.workspaces]
|
|
# Slots rendered, left to right (workspaces 1..=count).
|
|
count = 10
|
|
# Horizontal gap between slots, logical px.
|
|
gap = 3.0
|
|
# Slot size, logical px.
|
|
slot_w = 10.0
|
|
slot_h = 17.0
|
|
# Corner radius.
|
|
radius = 2.5
|
|
# Visual scale per state (focused / exists / absent).
|
|
scale_active = 1.0
|
|
scale_exists = 0.85
|
|
scale_absent = 0.65
|