mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +01:00
16 lines
373 B
Plaintext
16 lines
373 B
Plaintext
{
|
|
"layer": "top",
|
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
|
"modules-center": [],
|
|
"modules-right": ["wireplumber","bluetooth", "clock"],
|
|
"clock": {
|
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
|
},
|
|
"wireplumber": {
|
|
"format": "{volume}%",
|
|
"format-muted": "",
|
|
"max-volume": 120,
|
|
"scroll-step": 0.2
|
|
}
|
|
}
|