2021-10-30 10:30:11 +02:00
|
|
|
{
|
|
|
|
"layer": "top",
|
|
|
|
"position": "top",
|
|
|
|
"height": 24,
|
2021-10-30 12:11:56 +02:00
|
|
|
"modules-left": ["sway/workspaces", "sway/window"],
|
|
|
|
"modules-center": ["clock"],
|
|
|
|
"modules-right": ["tray", "temperature", "cpu", "memory", "network", "pulseaudio"],
|
2021-10-30 10:30:11 +02:00
|
|
|
"sway/workspaces": {
|
|
|
|
"disable-scroll": true,
|
|
|
|
"disable-click": true,
|
|
|
|
},
|
|
|
|
"tray": {
|
|
|
|
"spacing": 10,
|
|
|
|
},
|
|
|
|
"clock": {
|
|
|
|
"format": "{:%a %Y %b %d %R}"
|
|
|
|
},
|
|
|
|
"cpu": {
|
|
|
|
"format": " {usage}%"
|
|
|
|
},
|
|
|
|
"memory": {
|
|
|
|
"format": " {}%"
|
|
|
|
},
|
|
|
|
"temperature": {
|
|
|
|
"critical-threshold": 85,
|
|
|
|
"format": " {temperatureC}°C"
|
|
|
|
},
|
|
|
|
"network": {
|
|
|
|
"format-wifi": " {essid}",
|
|
|
|
"format-disconnected": "⚠ Disconnected"
|
|
|
|
},
|
|
|
|
"pulseaudio": {
|
|
|
|
"format": "{icon} {volume}%",
|
|
|
|
"format-muted": "",
|
|
|
|
"format-icons": {
|
|
|
|
"headphones": "",
|
|
|
|
"default": ["", ""]
|
|
|
|
},
|
|
|
|
"on-click": "pavucontrol"
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|