2023-12-05 00:57:56 -05:00

32 lines
832 B
Plaintext

{
"layer": "top",
"modules-left": ["sway/workspaces", "sway/window"],
"modules-center": ["weather"],
"modules-right": ["cpu", "memory", "network", "privacy", "custom/date"],
"sway/workspaces": {
"all-outputs": true
},
"sway/window": {
"all-outputs": true,
"max-length": 30
},
"cpu": {
"format": "CPU: {usage}%"
},
"memory": {
"format": "RAM: {percentage}%",
"tooltip-format": "RAM: {used}/{total} GiB"
},
"network": {
"interval": 2,
"format-ethernet": "ETH: {bandwidthTotalBytes}",
"format-wifi": "WLAN: {ssid}",
"tooltip-format": "DOWN: {bandwidthDownBits} UP: {bandwidthUpBits} IP: {ipaddr}"
},
"custom/date": {
"exec": "date +'%A, %b %d %l:%M %P'",
"interval": 10
}
}