{ "position": "bottom", // Waybar position (top|bottom|left|right) "height": 30, // Waybar height (to be removed for auto height) "modules-left": ["custom/osname", "sway/workspaces"], "include" : ["~/.config/waybar/additional.d/*"], // Modules configuration "custom/osname": { "format": " wzul " }, "tray": { // "icon-size": 21, "spacing": 10 }, "clock": { // "timezone": "America/New_York", "tooltip-format": "{:%Y %B}\n{calendar}", "format" : "{:%Y-%m-%d, %a %H:%M}", "format-alt": "{:%H:%M}", "locale": "en_GB.UTF-8" }, "pulseaudio": { // "scroll-step": 1, // %, can be a float "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}", "format-muted": " {format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", "", ""] }, "on-click": "pavucontrol" }, "custom/sshd": { "format" : " {}", "exec" : "bash $HOME/.selfconfigs/waybar/sshd_poll", "return-type" : "json", "interval" : 60 } }