mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
39 lines
817 B
Plaintext
39 lines
817 B
Plaintext
{
|
|
"layer": "top",
|
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
|
"modules-center": ["wireplumber", "mpris"],
|
|
"modules-right": ["cpu", "bluetooth", "network", "clock", "privacy"],
|
|
"clock": {
|
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
|
},
|
|
"wireplumber": {
|
|
"format": " {volume}%",
|
|
"format-muted": "",
|
|
"max-volume": 120,
|
|
"scroll-step": 0.2
|
|
},
|
|
"privacy": {
|
|
"icon-spacing": 4,
|
|
"icon-size": 18,
|
|
"transition-duration": 250,
|
|
"modules": [
|
|
{
|
|
"type": "screenshare",
|
|
"tooltip": true,
|
|
"tooltip-icon-size": 24
|
|
},
|
|
{
|
|
"type": "audio-out",
|
|
"tooltip": true,
|
|
"tooltip-icon-size": 24
|
|
},
|
|
{
|
|
"type": "audio-in",
|
|
"tooltip": true,
|
|
"tooltip-icon-size": 24
|
|
}
|
|
]
|
|
}
|
|
|
|
}
|