{ "position": "top", "modules-left": [ "sway/workspaces", "cpu", "custom/gpu-usage", "disk", "sway/mode" ], "modules-center": ["clock"], "modules-right": ["tray", "pulseaudio", "sway/language", "network"], "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": "{:%Y %B}\n{calendar}", "locale": "ru_RU.UTF-8", "calendar": { "mode": "year", "mode-mon-col": 3, "format": { "months": "{}", "today": "{}" } } }, "tray": { "icon-size": 16, "spacing": 10 } }