{ "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) "height": 26, // Waybar height "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": ["network"], "modules-right": [ "sway/language", "pulseaudio", "idle_inhibitor", "backlight", "battery", "clock", "tray" ], "sway/workspaces": { "disable-scroll": true }, "sway/mode": { "tooltip": false, "format": "{}" }, "sway/window": { "tooltip": false, "max-length": 96 }, "sway/language": { "format": "{}", "max-length": 50 }, "tray": { "icon-size": 21, "spacing": 10 }, "clock": { "tooltip-format": "{calendar}", "format": "{:%H:%M} ", //"format-alt": "{:%a %d. %h %H:%M} ", //"on-scroll": { // "calendar": 1 //} "format-alt": "{:%A, %d. %B %Y %R} ", "locale": "de_DE.UTF-8", "smooth-scrolling-threshold": 1.0, "calendar": { "mode-mon-col" : 3, "on-scroll": -1, "on-click-right": "mode", "format": { "months": "{}", "days": "{}", "weekdays": "{}", "today": "{}" }, }, "actions": { "on-click-right": "mode", "on-click-forward": "tz_up", "on-click-backward": "tz_down", "on-scroll-up": "shift_up", "on-scroll-down": "shift_down" } }, "backlight": { "device": "acpi_video0", "format": "{percent}% {icon}", "format-icons": ["", ""] }, "cpu": { "format": "{}% " }, "memory": { "format": "{}% " }, "idle_inhibitor": { "format": "{icon} ", "format-icons": { "activated": "", "deactivated": "" } }, "battery": { "tooltip": false, "states": { "critical": 25 }, //"full-at": 84, "format": "{icon} {capacity}%", "format-full": "{icon}", "format-icons": ["", "", "", "", ""], }, "network": { "interval": 3, "tooltip": true, //"interface": "wlp4s0", // (Optional) To force the use of this interface   \uF2E7, "format-wifi": " \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}", "format-ethernet": " \uf062 {bandwidthUpBits} | \uf063 {bandwidthDownBits}", "format-disconnected": "", "tooltip-format-wifi": "{essid} ({signalStrength}%)  {ipaddr}", "tooltip-format-ethernet": "{ifname}  {ipaddr}" }, //\ue04f{volume}% "pulseaudio": { "tooltip": false, "format": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon}", "format-muted": "", "on-click": "pavucontrol", "format-alt": "{volume}% {icon}", "format-icons": { "headphones": "", "handsfree": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["","", ""] } }, "mpd": { "format": "{artist} - {title} [{elapsedTime:%M:%S} / {totalTime:%M:%S}]", "format-disconnected": "", "format-stopped": "", "interval": 1, "state-icons": { "paused": "", "playing": "" }, "tooltip-format": "MPD (connected)", "tooltip-format-disconnected": "MPD (disconnected)" }, "custom/notification": { "tooltip": false, "format": " {icon}", "format-icons": { "notification": "", "none": "", "dnd-notification": "", "dnd-none": "" }, "return-type": "json", "exec-if": "which swaync-client", "exec": "swaync-client -swb", "on-click": "swaync-client -t -sw", "on-click-right": "swaync-client -d -sw", "escape": true }, }