[{ "output": "DP-1", "layer": "top", // Waybar at top layer "position": "left", // Waybar position (top|bottom|left|right) "width": 44, // Waybar width // Choose the order of the modules "modules-left": ["pulseaudio", "clock"], "modules-center": ["sway/workspaces"], "modules-right": ["tray", "battery", "custom/power"], "sway/workspaces": { "persistent-workspaces": { "1": ["DP-1"], "2": ["DP-1"], "3": ["DP-1"], "4": ["DP-1"], }, "disable-scroll": true, "sort-by-name": true, "format": "{icon}", "format-icons": { "default": "ā—", "focused": "ā—", }, }, "tray": { "icon-size": 21, "spacing": 10 }, "clock": { "timezone": "America/Montreal", "tooltip-format": "{:%Y %B}\n{calendar}", "format": "šŸ•\n{:%H\n%M\n\nšŸ“…\n%d\n%m\n%y} " }, "backlight": { "device": "intel_backlight", "format": "{icon}", "format-icons": ["īŽ", "ī“", "ī‘", "ī", "īŽ", "ī", "īŠ", "īˆ", "īŽ›"] }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "šŸ”‹{capacity}%", "format-charging": "⚔{capacity}%", "format-plugged": "šŸ”Œ{capacity}%", "format-alt": "{icon}", "format-icons": ["ļ–‚", "", "", "ļ•»", "", "", "", "", "", "ļ–€", "", ""] }, "custom/power": { "format" : "ā»", "tooltip": false, "menu": "on-click", "menu-file": "~/.config/waybar/power_menu.xml", "menu-actions": { "logout": "loginctl terminate-user \"\"", "shutdown": "systemctl poweroff", "reboot": "systemctl reboot" } }, "pulseaudio": { // "scroll-step": 1, // %, can be a float "format": "{icon}\n{volume}%", "format-muted": "", "format-icons": { "default": ["", "", " "] }, "on-click": "pwvucontrol" }, }, { "output": "DP-2", "layer": "top", "position": "top", "height": 44, "modules-center": ["sway/workspaces"], "sway/workspaces": { "persistent-workspaces": { "5": ["DP-2"], "6": ["DP-2"], "7": ["DP-2"], "8": ["DP-2"], }, "disable-scroll": true, "sort-by-name": true, "format": "{icon}", "format-icons": { "default": "ā—", "focused": "ā—", }, } }]