{ "layer": "top", "position": "top", "height": 18, "modules-left": [ "river/tags" ], "modules-center": ["river/window"], "modules-right": [ "cpu", "temperature", "memory", "disk", "network#vpn", "network", "clock", "battery", "group/group-power", "tray" ], "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "●", "deactivated": "◌" } }, "river/tags": { "num-tags": 10, "tag-labels": ["I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX", "X"] }, "cpu": { "interval": 1, "format": " {icon0}{icon1}{icon2}{icon3}{icon4}{icon5}{icon6}{icon7}{icon8}{icon9}{icon10}{icon11}{icon12}{icon13} {usage:>2}%", "format-icons": [ "", // green "", // blue "", // white "", // white "", // yellow "", // yellow "", // orange "" // red ] }, "temperature": { "critical-threshold": 80, "format-critical": " {temperatureC}°C", "format": " {temperatureC}°C" }, "memory": { "interval": 30, "format": " {}%", "tooltip-format": "{used:0.1f}G / {total:0.1f}G" }, "disk": { "interval": 30, "format": "󰋊 / {}%", "path": "/" }, "disk#external": { "interval": 30, "format": "󰋊 / {}%", "path": "/" }, "battery": { "design-capacity": true, "states": { "good": 95, "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", "format-icons": ["", "", "", "", ""] }, "network": { "format-wifi": " {signalStrength}%", "tooltip-format-wifi": "{essid}", "format-ethernet": "🖧 ↓{bandwidthDownBytes} ↑{bandwidthUpBytes}", "tooltip-format-ethernet": "{ifname}", "format-disconnected": "⚠ Disconnected" }, "network#vpn": { "interface": "tun0", "format": "󰞇", "format-disconnected": "", "tooltip-format": "{ipaddr}", "max-length": 50 }, "pulseaudio": { "scroll-step": 1, "format": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon}", "format-muted": "", "format-icons": { "headphones": "", "handsfree": "", "headset": "", "phone": "", "portable": "", "car": " ", "default": ["", ""] }, "on-click": "pavucontrol" }, "clock": { "interval": 60, "format": "󰸘 {:%a %b %d, %H:%M (%Z)}", "tooltip-format": "{calendar}", "timezones": [ "America/Recife", "America/Austin", "America/Vancouver", "Pacific/Auckland", "Etc/UTC" ], "calendar": { "mode" : "month", "weeks-pos" : "right", "on-scroll" : 1, "on-click-right": "mode", "format": { "months": "{}", "days": "{}", "weeks": "W{}", "weekdays": "{}", "today": "{}" } }, "actions": { "on-click": "tz_up", "on-click-right": "tz_down", "on-click-middle": "mode" } }, "tray": { "icon-size": 21, "spacing": 10 } }