{ "name": "waybar-top", "layer": "top", "position": "top", "height": 20, "spacing": 2, "modules-left": [ "cpu", "memory", "network" ], "modules-center": [ "clock" ], "modules-right": [ "pulseaudio", "temperature", "backlight", "battery", "idle_inhibitor", "tray" ], "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "", "deactivated": "" } }, "tray": { "spacing": 4 }, "clock": { "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{:%Y-%m-%d}" }, "cpu": { "format": "CPU: {load}", "tooltip": false }, "memory": { "format": "RAM: {used}Gi/{total}Gi" }, "temperature": { "critical-threshold": 80, "format": "{temperatureC}°C 🫠" }, "backlight": { "format": "{percent}% 💡", "on-scroll-up": "bl inc 1", "on-scroll-down": "bl dec 1" }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "{capacity}% 🔋", "format-charging": "{capacity}% ⚡", "format-plugged": "{capacity}% 🔌", "format-alt": "{time} {icon}" }, "network": { "interface": "wlp*", "interval": 1, "format": "RX: {bandwidthDownBits} / TX: {bandwidthUpBits}", "format-wifi": "RX: {bandwidthDownBits} / TX: {bandwidthUpBits}" }, "pulseaudio": { "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": "🔇 {icon} {format_source}", "format-muted": "🔇 {format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": [ "", "", "" ] }, "on-click": "pavucontrol", "on-scroll-up": "vol inc 1", "on-scroll-down": "vol dec 1", "on-click-right": "vol toggle" } }