// vim: commentstring=//\ %s
{
"layer": "top",
"position": "top",
"height": 30,
"modules-left": ["sway/mode", "sway/workspaces", "sway/window", "custom/media", "custom/toggl"],
"modules-center": ["clock#local", "clock#utc"],
"modules-right": ["cpu", "memory", "disk#root", "disk#home", "temperature", "idle_inhibitor", "backlight", "pulseaudio", "network#wg", "network", "battery", "tray"],
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": false,
"format": "{icon}",
"format-icons": {
// "urgent": "",
// "focused": "",
// "default": "",
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
// "6": "",
// "7": "",
// "8": "",
// "9": "",
"m": "",
"v": "",
"g": ""
}
},
"sway/window": {
"format": "{}",
"max-length": 50
},
"sway/mode": {
"format": "{}"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
},
"tray": {
"spacing": 10
},
"clock#local": {
"timezone": "Europe/Berlin",
"format": "{:%a %d %b %H:%M}",
"tooltip-format": "{:%Z %z}\n\n{calendar}"
},
"clock#utc": {
"timezone": "UTC",
"format": "({:%Z %H:%M})",
"tooltip-format": "{:%Z %z}"
},
"disk#root": {
"path": "/",
"format": "/ {percentage_used}%"
},
"disk#home": {
"path": "/home",
"format": "/home {percentage_used}% "
},
"cpu": {
"format": "{usage}% "
},
"memory": {
"format": "{}% "
},
"temperature": {
"critical-threshold": 90,
"format": "{temperatureC}℃ {icon}",
"format-icons": ["", "", ""]
},
"backlight": {
"format": "{percent}% {icon}",
"format-icons": [""]
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
"format-full": "{icon}",
"format-icons": ["", "", "", "", ""]
},
"network": {
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ifname}: {ipaddr}/{cidr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ",
"tooltip-format": "{ifname}: {ipaddr}/{cidr}",
"tooltip-format-disconnected": "disconnected"
},
"network#wg": {
"interface": "wg0",
"format": "",
"tooltip-format": "wg0: {ipaddr}/{cidr}",
"tooltip-format-disconnected": "disconnected"
},
"pulseaudio": {
"format": "{volume}% {icon}",
"format-bluetooth": "{volume}% {icon}",
"format-muted": "{volume}% ",
"format-source": "{volume}% ",
"format-source-muted": "{volume}% ",
"format-icons": {
"headphones": "",
"handsfree": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
},
"on-click-right": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
"on-click": "pavucontrol"
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 80,
"format-icons": {
"spotify": "",
"mpv": "",
"default": ""
},
"on-click": "sway [workspace=$wsMusic] focus",
"escape": false,
"exec": "$HOME/.config/waybar/mediaplayer.py -I chromium 2> /dev/null"
},
"custom/toggl": {
"exec": "$HOME/.config/waybar/toggl.lua 2>/dev/null",
"interval": 30
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ",
"format-disconnected": "Disconnected",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
}
}