{ "layer": "top", "position": "top", "height": 35, "modules-left": ["sway/workspaces"], "modules-center": ["clock", "backlight"], "modules-right": ["idle_inhibitor", "pulseaudio", "network", "battery", "tray"], "sway/workspaces": { // "persistent_workspaces": { // "": ["HDMI-A-1"], // "": ["HDMI-A-1"], // "": ["HDMI-A-1"], // "": ["HDMI-A-1"], // "": ["HDMI-A-1"], // "": ["HDMI-A-1"], // }, "disable-scroll": true, "all-outputs": true, "format": "{icon}", // "format-icons": { // "1": "", // "2": "", // "3": "", // "4": "", // "5": "", // "6": "", // "7": "", // "urgent": "", // "focused": " ", // "default": "", // }, }, "sway/mode": { "format": "{}" }, "tray": { "icon-size": 18, "spacing": 8 }, "clock": { "format": "{: %I:%M %A %B %d}", "tooltip": false, "on-click": "galendae -c $HOME/.config/galendae-cal/galendae.conf" }, "battery": { "interval": 30, "states": { // "good": 95, "warning": 30, "critical": 15 }, "full-at": "99", "format": " {capacity}%", "format-good": " {capacity}%", // An empty format will hide the module "format-full": " Full", "format-charging": " {capacity}% " }, "network": { "interval": 5, "format-wifi": " {essid}", "format-ethernet": " {ifname}", "format-disconnected": "", "tooltip-format-wifi": "{essid}:{signalStrength}\nSpeed:{bandwidthDownBits} \n{ipaddr}" }, "pulseaudio": { "scroll-step": 1, "on-scroll-up": "amixer set Master 3%+", "on-click": "pavucontrol", "on-scroll-down": "amixer set Master 3%-", "format": "", "format": "{icon} {volume}%", "format-source": "{icon} {volume}%", "format-muted": " Muted", "format-icons": { "headset": "", "headphone": "", "default": ["", ""] }, }, "backlight": { "device": "intel_backlight", "format": "", "format-icons": ["", ""], // "on-scroll-up": "brightnessctl set 1%+", // "on-scroll-down": "brightnessctl set 1%-", "on-click": "wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500" }, "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": " Idle Inhibit On", "deactivated": " Idle Inhibit Off", }, }, }