81 lines
2.1 KiB
Text
81 lines
2.1 KiB
Text
{
|
||
"position": "bottom",
|
||
"height": 24,
|
||
|
||
"modules-left": [
|
||
"sway/workspaces",
|
||
"sway/mode",
|
||
"sway/window",
|
||
],
|
||
"modules-center": [],
|
||
"modules-right": [
|
||
"tray",
|
||
"idle_inhibitor",
|
||
"network#ethernet",
|
||
"network#wifi",
|
||
"pulseaudio",
|
||
"battery",
|
||
"clock",
|
||
],
|
||
|
||
"idle_inhibitor": {
|
||
"format": "{icon}",
|
||
"format-icons": {
|
||
"activated": "",
|
||
"deactivated": ""
|
||
},
|
||
"tooltip": false,
|
||
},
|
||
"clock": {
|
||
"interval": 1,
|
||
"format": "{:%a %Y-%m-%d %H:%M:%OS}",
|
||
"tooltip-format": "<tt>{:W%U} {calendar}</tt>",
|
||
},
|
||
"battery": {
|
||
"states": {
|
||
"warning": 30,
|
||
"critical": 15
|
||
},
|
||
"format": "{capacity}% {icon}",
|
||
"format-charging": "{capacity}% ",
|
||
"format-plugged": "{capacity}% ",
|
||
"format-alt": "{time} {icon}",
|
||
"format-icons": ["", "", "", "", ""]
|
||
},
|
||
"network#ethernet": {
|
||
"interface": "eth*",
|
||
"format-ethernet": "{ipaddr}/{cidr} ",
|
||
"tooltip": false,
|
||
},
|
||
"network#wifi": {
|
||
"interface": "wlp*",
|
||
"format-wifi": "{essid} ",
|
||
"format-linked": "⚠",
|
||
"tooltip-format": "{ipaddr}/{cidr}"
|
||
},
|
||
"network#wifi": {
|
||
"interface": "wlan*",
|
||
"format-wifi": "{essid} ",
|
||
"format-linked": "⚠",
|
||
"tooltip-format": "{ipaddr}/{cidr}"
|
||
},
|
||
"pulseaudio": {
|
||
"scroll-step": 0,
|
||
"format": "{volume}% {icon} {format_source}",
|
||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||
"format-bluetooth-muted": " {icon} {format_source}",
|
||
"format-muted": "{volume}- {format_source}",
|
||
"format-source": "{volume}% ",
|
||
"format-source-muted": "{volume}- ",
|
||
"format-icons": {
|
||
"headphone": "",
|
||
"hands-free": "",
|
||
"headset": "",
|
||
"phone": "",
|
||
"portable": "",
|
||
"car": "",
|
||
"default": ["", "", ""]
|
||
},
|
||
"on-click": "pavucontrol",
|
||
},
|
||
}
|