{ "layer": "top", "position": "bottom", "spacing": 0, "margin-bottom": 0, "modules-left": [ "custom/machi" ], "modules-center": [ ], "modules-right": [ "mpd", "pulseaudio", "network#vpn", "network#eth", "custom/gpu", "temperature", "clock", "tray", ], "custom/machi": { "exec": "machi_status" }, "mpd": { "format": "| {stateIcon} {title}", "tooltip-format": "{title} - {album} - {artist}", "state-icons": { "playing": "▶️", "paused": "⏸️", "stopped": "⯀", }, }, "tray": { "icon-size": 32, "spacing": 10 }, "clock": { "format": "| {:%a %H:%M:%S %d/%m/%Y}", "tooltip-format": "{calendar}", "interval": 1, }, "temperature": { "interval": 3, "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input", "format": "| CPU {temperatureC}°C", }, "custom/gpu": { "exec": "nvidia-smi --query-gpu temperature.gpu --format=csv,noheader", "format": "| GPU {text}°C", "interval": 3, }, "network#vpn": { "interface": "wg0-mullvad", "format-disconnected": "VPN ⚠", "format": "", }, "network#eth": { "interface": "eno1", "format-disconnected": "ETH ⚠", "format": "", }, "pulseaudio": { "scroll-step": 1, "format": "| {volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}", "format-muted": " {format_source}", "format-source": "", "format-source-muted": "", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", "", ""] }, "on-click": "pavucontrol" } }