{ "layer": "top", "position": "bottom", "spacing": 0, "modules-left": [ "river/tags", "river/layout", "river/window" ], "modules-center": [ ], "modules-right": [ "pulseaudio", "backlight", "network#vpn", "network#wifi", "temperature", "battery", "clock", "tray", ], "river/tags": { "num-tags": 8, "tag-labels": ["F", "U", "H", ".", "V", "L", "O", "M"] }, "river/window": { "max-length": 48, "min-length": 48, "align": 0, "justify": "left", }, "tray": { "icon-size": 32, "spacing": 10 }, "clock": { "format": "{:%H:%M %Y/%m/%d}", "tooltip-format": "{calendar}", }, "temperature": { "interval": 10, "hwmon-path": "/sys/class/hwmon/hwmon5/temp1_input", "format": "⚙{temperatureC}°C", }, "backlight": { "format": "{icon} {percent}%", "format-icons": ["", "", "", "", "", "", "", "", ""] }, "battery": { "format": "{icon} {capacity}% ⏲{time}", "interval": 10, "format-charging": "🔌{capacity}% ⏲{time}", "format-time": "{H}h{M}m", "format-icons": ["", "", "", "", ""] }, "network#vpn": { "interface": "wg0-mullvad", "format-disconnected": "VPN ⚠", "format": "", }, "network#wifi": { "interface": "wlp1s0", "format-wifi": " {essid}", "tooltip-format": "{ifname}: {ipaddr}/{cidr}", }, "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" } }