104 lines
2.1 KiB
Text
Executable file
104 lines
2.1 KiB
Text
Executable file
{
|
|
"ipc": true,
|
|
"id": "0",
|
|
"spacing": 5,
|
|
"modules-left": [
|
|
"sway/workspaces",
|
|
"sway/mode"
|
|
],
|
|
"modules-center": [
|
|
"clock"
|
|
],
|
|
"modules-right": [
|
|
"group/battery-group",
|
|
"wireplumber",
|
|
"backlight",
|
|
"tray",
|
|
"group/net"
|
|
],
|
|
"group/net": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"network",
|
|
"bluetooth"
|
|
]
|
|
},
|
|
"group/battery-group": {
|
|
"orientation": "horizontal",
|
|
"modules": [
|
|
"battery"
|
|
]
|
|
},
|
|
"sway/workspaces": {
|
|
"format": "{icon}",
|
|
"on-click": "activate",
|
|
"icon-size": 50,
|
|
"sort-by-number": true
|
|
},
|
|
"sway/mode": {
|
|
"format": "+{}"
|
|
},
|
|
"clock": {
|
|
"interval": 1,
|
|
"format": "{:%Y-%m-%d / %a / %H:%M:%S}",
|
|
"tooltip": false
|
|
},
|
|
"wireplumber": {
|
|
"max-volume": 100,
|
|
"format": "({volume}{icon}",
|
|
"format-muted": "x{icon}",
|
|
"format-icons": [
|
|
"}"
|
|
],
|
|
"tooltip-format": "vol: {volume}%"
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"full": 100,
|
|
"high": 95,
|
|
"mid": 60,
|
|
"warning": 37.5,
|
|
"critical": 23
|
|
},
|
|
"format": "-[{capacity}]-",
|
|
"format-charging": "+[{capacity}]+"
|
|
},
|
|
"backlight": {
|
|
"format": "{icon}",
|
|
"format-icons": [
|
|
"◎",
|
|
"◔",
|
|
"◑",
|
|
"◕",
|
|
"◉"
|
|
],
|
|
"tooltip-format": "bkl: {percent}%"
|
|
},
|
|
"network": {
|
|
"format": "{icon}",
|
|
"format-ethernet": "⯳",
|
|
"format-wifi": "{icon}",
|
|
"format-disconnected": "❖",
|
|
"format-icons": [
|
|
"🞚",
|
|
"🞜",
|
|
"🞛",
|
|
"⯁"
|
|
],
|
|
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
|
|
"tooltip-format-ethernet": "{ifname}",
|
|
"tooltip-format-disconnected": "Disconnected"
|
|
},
|
|
"bluetooth": {
|
|
"format": "-",
|
|
"format-disabled": "x",
|
|
"format-connected": "+",
|
|
"tooltip-format": "{controller_alias}\t{controller_address}",
|
|
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{device_enumerate}",
|
|
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}"
|
|
},
|
|
"tray": {
|
|
"icon-size": 12,
|
|
"spacing": 8
|
|
}
|
|
}
|