{ "layer": "top", "position": "bottom", "modules-left": ["custom/power", "niri/workspaces", "sway/workspaces", "sway/mode"], "modules-center": [], "margin": "0px 10px 10px 10px", "include": [ "$HOME/.config/waybar/local" ], "clock": { "format": "{:%m/%d %H:%M}" }, "pulseaudio": { "tooltip": false, "scroll-step": 5, "format": "{icon} {volume}%", "format-icons": { "default": ["󰕿", "󰖀", "󰕾"] }, "on-click": "pavucontrol" }, "network": { "tooltip": true, "format-wifi": " {essid}", "format-ethernet": " {ipaddr}", "tooltip-format": "{ipaddr}" }, "cpu": { "tooltip": false, "format": " {}%" }, "memory": { "tooltip": false, "format": " {}%" }, "tray": { "icon-size": 21, "spacing": 10 }, "custom/power": { "format": "", "on-click": "nwg-bar" }, "custom/weather": { "format": "{}", "tooltip": true, "interval": 60, "exec": "~/.config/waybar/waybar-wttr.py", "return-type": "json" } }