// vim: commentstring=//\ %s
{
"layer": "top",
"position": "top",
"height": 30,
"modules-left": ["sway/mode", "sway/workspaces", "sway/window"],
"modules-center": ["custom/media", "custom/toggl", "clock#local", "clock#utc"],
"modules-right": ["tray", "cpu", "memory", "disk#root", "disk#home", "temperature", "idle_inhibitor", "backlight", "custom/redshift", "pulseaudio", "network#wg", "network", "battery"],
"sway/workspaces": {
"disable-scroll": true,
"all-outputs": false,
"format": "{icon}",
"format-icons": {
"m": "",
"v": "",
"g": ""
}
},
"sway/window": {
"format": "{}",
"max-length": 100
},
"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": " {}%",
"on-click": "$HOME/bin/swx -t -f htop"
},
"memory": {
"format": " {}%"
},
"temperature": {
"critical-threshold": 90,
"format": "{icon} {temperatureC}℃",
"format-icons": ["", "", "", ""]
},
"backlight": {
"format": "{icon} {percent}%",
"format-icons": ["", "", ""],
"on-scroll-down": "light -D 5",
"on-scroll-up": "light -U 5",
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{icon} {time}",
"format-full": "{icon}",
"format-icons": ["", "", "", ""]
},
"network": {
"format-wifi": "{icon} ({signalStrength}%)",
"format-icons": ["", "", "", "", ""],
"format-ethernet": " {ifname}: {ipaddr}/{cidr}",
"format-linked": " {ifname} (-)",
"format-disconnected": " (-)",
"tooltip-format": "{ifname}: {ipaddr}/{cidr}\nssid: {essid}\nsignal: {signaldBm} dbm",
"tooltip-format-disconnected": "disconnected",
"on-click": "swx -t -f iwctl"
},
"network#wg": {
"interface": "wg0",
"format": "",
"tooltip-format": "wg0: {ipaddr}/{cidr}",
"tooltip-format-disconnected": "disconnected",
"on-click": "doas wg-quick up wg0",
"on-click-right": "doas wg-quick down wg0"
},
"pulseaudio": {
"format": "{icon} {volume}%",
"format-bluetooth": "{icon} {volume}%",
"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": "swx -t -f pulsemixer"
},
"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/modules/mediaplayer.py -I chromium -I firefox 2> /dev/null"
},
"custom/toggl": {
"format": " {}",
"exec": "$HOME/.config/waybar/modules/toggl.lua 2>/dev/null",
"interval": 30
},
"custom/redshift": {
"exec-if": "pgrep redshift",
"exec": "$HOME/.config/waybar/modules/waybar-redshift",
"return-type": "json",
"on-click": "pkill -x -USR1 redshift",
"on-click-right": "pkill -x -HUP waybar-redshift"
},
"mpd": {
"format": "{stateIcon} {artist} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})",
"format-disconnected": "",
"unknown-tag": "N/A",
"consume-icons": {
"on": ""
},
"random-icons": {
"off": "",
"on": ""
},
"repeat-icons": {
"on": ""
},
"single-icons": {
"on": ""
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "mpd (connected)",
"tooltip-format-disconnected": "mpd (disconnected)"
}
}