// https://github.com/Alexays/Waybar/wiki/Configuration { "layer": "top", "position": "bottom", "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": ["sway/window"], "modules-right": ["mpd", "disk", "network", "pulseaudio", "clock", "tray"], "disk": { "format": "💽{percentage_free}%" }, "clock": { "format": "📅 {:%m-%d / %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}" }, "network": { "format-ethernet": "🖥️ {ifname}: {ipaddr}/{cidr}", "format-wifi": " {essid} ({signalStrength}%)" }, "pulseaudio": { "format": "{icon} {volume}%", "format-bluetooth": "{icon} {volume}%", "format-muted": "", "format-icons": { "headphones": "", "handsfree": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", ""] }, "on-click": "pavucontrol" } } // vim: set ft=json5 ts=4 sw=4 tw=0 :