84 lines
2.1 KiB
Text
84 lines
2.1 KiB
Text
|
{
|
||
|
"height": 30, // Waybar height (to be removed for auto height)
|
||
|
"spacing": 0, // Gaps between modules (px)
|
||
|
"modules-left": [
|
||
|
"sway/workspaces",
|
||
|
"sway/mode",
|
||
|
"sway/scratchpad",
|
||
|
],
|
||
|
"modules-center": [
|
||
|
"sway/window"
|
||
|
],
|
||
|
"modules-right": [
|
||
|
"pulseaudio",
|
||
|
"network",
|
||
|
"backlight",
|
||
|
"sway/language",
|
||
|
"battery",
|
||
|
"clock",
|
||
|
"tray"
|
||
|
],
|
||
|
"sway/workspaces": {
|
||
|
"disable-scroll": true,
|
||
|
"all-outputs": true,
|
||
|
"warp-on-scroll": false,
|
||
|
"format": "{name}"
|
||
|
},
|
||
|
"sway/scratchpad": {
|
||
|
"format": "{icon} {count}",
|
||
|
"show-empty": false,
|
||
|
"format-icons": ["", ""],
|
||
|
"tooltip": true,
|
||
|
"tooltip-format": "{app}: {title}"
|
||
|
},
|
||
|
"tray": {
|
||
|
"spacing": 12
|
||
|
},
|
||
|
"clock": {
|
||
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
||
|
"format-alt": "{:%Y-%m-%d}"
|
||
|
},
|
||
|
"backlight": {
|
||
|
"format": "{percent}% {icon}",
|
||
|
"format-icons": ["", ""]
|
||
|
},
|
||
|
"battery": {
|
||
|
"states": {
|
||
|
"warning": 30,
|
||
|
"critical": 15
|
||
|
},
|
||
|
"format": "{capacity}% {icon}",
|
||
|
"format-full": "{capacity}% {icon}",
|
||
|
"format-charging": "{capacity}% ",
|
||
|
"format-plugged": "{capacity}% ",
|
||
|
"format-alt": "{time} {icon}",
|
||
|
"format-icons": ["", "", "", "", ""]
|
||
|
},
|
||
|
"network": {
|
||
|
"format-wifi": "{essid} ({signalStrength}%) ",
|
||
|
"format-ethernet": "{ipaddr}/{cidr} ",
|
||
|
"tooltip-format": "{ifname} via {gwaddr} ",
|
||
|
"format-linked": "{ifname} (No IP) ",
|
||
|
"format-disconnected": "Disconnected ⚠",
|
||
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||
|
},
|
||
|
"pulseaudio": {
|
||
|
"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"
|
||
|
},
|
||
|
}
|