65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"position": "top",
|
|
"modules-left": [
|
|
"sway/workspaces",
|
|
"cpu",
|
|
"custom/gpu-usage",
|
|
"disk",
|
|
"sway/mode"
|
|
],
|
|
"modules-right": ["tray", "pulseaudio", "sway/language", "network", "clock"],
|
|
"sway/workspaces": {
|
|
"all-output": true,
|
|
"format": "{index}"
|
|
},
|
|
"sway/mode": {
|
|
"format": "--{}--",
|
|
"tooltip": false
|
|
},
|
|
"cpu": {
|
|
"format": "CPU: {usage}%",
|
|
"interval": 1
|
|
},
|
|
"custom/gpu-usage": {
|
|
"exec": "cat /sys/class/hwmon/hwmon2/device/gpu_busy_percent",
|
|
"format": "GPU: {}%",
|
|
"interval": 1
|
|
},
|
|
"disk": {
|
|
"format": "Disk: {used}/{total}"
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}%",
|
|
"format-icons": ["", "", ""],
|
|
"format-muted": " 0%",
|
|
"tooltip": false
|
|
},
|
|
"sway/language": {
|
|
"tooltip": false
|
|
},
|
|
"network": {
|
|
"format": "{icon}",
|
|
"format-ethernet": "",
|
|
"format-wifi": "",
|
|
"format-disconnected": "No network",
|
|
"tooltip": false
|
|
},
|
|
"clock": {
|
|
"format": "{:%d %b %H:%M, %A}",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"locale": "ru_RU.UTF-8",
|
|
"calendar": {
|
|
"mode": "year",
|
|
"mode-mon-col": 3,
|
|
"format": {
|
|
"months": "<span color='#ddfc74'><b>{}</b></span>",
|
|
"today": "<span color='#ffcc66'><b><u>{}</u></b></span>"
|
|
}
|
|
}
|
|
},
|
|
"tray": {
|
|
"icon-size": 16,
|
|
"spacing": 10
|
|
}
|
|
}
|