2025-01-16 19:35:39 -05:00

37 lines
557 B
TOML

anchor_to_edges = true
position = "bottom"
height = 30
[[start]]
type = "workspaces"
all_monitors = false
[[end]]
type = "volume"
format = "{icon} {percentage}%"
max_volume = 100
on_scroll_up = "pactl set-sink-volume @DEFAULT_SINK@ +10%"
on_scroll_down = "pactl set-sink-volume @DEFAULT_SINK@ -10%"
[end.icons]
volume_high = "󰕾"
volume_medium = "󰖀"
volume_low = "󰕿"
muted = "󰝟"
[end.truncate]
mode = "end"
length = 40
[[end]]
type = "clock"
format = " %H:%M:%S %d/%m/%Y"
[[end]]
type = "tray"
[end.truncate]
mode = "end"
length = 40