{ "layer": "top", "position": "top", "modules-left": [ "sway/workspaces", "custom/right-arrow-dark" ], "modules-center": [ "custom/left-arrow-dark", "clock#1", "custom/left-arrow-light", "custom/left-arrow-dark", "clock#2", "custom/right-arrow-dark", "custom/right-arrow-light", "clock#3", "custom/right-arrow-dark" ], "modules-right": [ "custom/left-arrow-dark", "wireplumber", "custom/left-arrow-light", "custom/left-arrow-dark", "memory", "custom/left-arrow-light", "custom/left-arrow-dark", "cpu", "custom/left-arrow-light", "custom/left-arrow-dark", "battery", "power-profiles-daemon", "custom/left-arrow-light", "custom/left-arrow-dark", "disk", "custom/left-arrow-light", "custom/left-arrow-dark", "custom/notifications", "custom/left-arrow-light", "custom/left-arrow-dark", "tray" ], "custom/left-arrow-dark": { "format": "", "tooltip": false }, "custom/left-arrow-light": { "format": "", "tooltip": false }, "custom/right-arrow-dark": { "format": "", "tooltip": false }, "custom/right-arrow-light": { "format": "", "tooltip": false }, "sway/workspaces": { "disable-scroll": true, "format": "{name}" }, "custom/notifications": { "escape": true, "exec": "swaync-client -swb", "exec-if": "which swaync-client", "format": "{icon}", "format-icons": { "none": "󰅺", "notification": "󰡟" }, "on-click": "sleep 0.1 && swaync-client -t -sw", "return-type": "json", "tooltip": false }, "clock#1": { "format": "{:%a}", "tooltip": false }, "clock#2": { "format": "{:%H:%M}", "tooltip": false }, "clock#3": { "format": "{:%d/%m}", "tooltip-format": "{calendar}", "calendar": { "mode" : "month", "weeks-pos" : "right", "format": { "months": "{}", "days": "{}", "weeks": "W{}", "weekdays": "{}", "today": "{}" } } }, "wireplumber": { "format": "{icon} {volume:2}%", "format-bluetooth": "{icon} {volume}%", "format-muted": "󰝟", "format-icons": { "headphones": "", "default": [ "", "" ] }, "scroll-step": 5, "on-click": "wpctl set-mute @DEFAULT_SINK@ toggle", "on-click-right": "flatpak run com.saivert.pwvucontrol" }, "memory": { "interval": 5, "format": " {}%" }, "cpu": { "interval": 5, "format": " {usage}%" }, "battery": { "states": { "good": 95, "warning": 30, "critical": 15 }, "format": "{icon} {capacity}%", "format-charging": "{icon} {capacity}% 󰚥", "format-icons": [ "", "", "", "", "" ] }, "power-profiles-daemon": { "hide-empty-text": true, "format": "{icon}", "format-icons": { "unknown": "", "balanced": "", "performance": "", "power-saver": "", } }, "disk": { "interval": 5, "format": " {percentage_used:2}%", "path": "/" }, "tray": { "icon-size": 12, "spacing": 10 } }