66 lines
1.6 KiB
Plaintext
66 lines
1.6 KiB
Plaintext
{
|
|
"layer": "top",
|
|
"position": "right",
|
|
"height": "100%",
|
|
"width": 35,
|
|
"margin-right": 10,
|
|
"margin-top": 10,
|
|
"margin-bottom": 10,
|
|
"margin-left": 0,
|
|
|
|
"modules-left": [ "sway/workspaces" ],
|
|
"modules-right": [ "bluetooth", "wireplumber", "network", "custom/lock" ],
|
|
|
|
"sway/workspaces": {
|
|
"on-click": "activate",
|
|
"sort-by-number": true,
|
|
"format-icons": {
|
|
"default": "\uf444"
|
|
},
|
|
"persistent-workspaces": {
|
|
"1": [],
|
|
"2": [],
|
|
"3": [],
|
|
"4": [],
|
|
"5": []
|
|
},
|
|
"disable-scroll": true,
|
|
"all-outputs": true
|
|
},
|
|
|
|
"network": {
|
|
"on-click": "nm-connection-editor",
|
|
"format": "",
|
|
"format-ethernet": "\udb83\udc9d",
|
|
"format-wifi": "{icon}",
|
|
"format-disconnected": "\udb83\udc9c",
|
|
"format-icons": ["\udb82\udd2f", "\udb82\udd1f", "\udb82\udd22", "\udb82\udd25", "\udb82\udd28"],
|
|
"tooltip-format-wifi": "{essid}",
|
|
"tooltip-format-ethernet": "{ifname}",
|
|
"tooltip-format-disconnected": "Disconnected"
|
|
},
|
|
|
|
"bluetooth": {
|
|
"on-click": "blueman-manager",
|
|
"format": "\udb80\udcaf",
|
|
"format-disabled": "\udb80\udcb2",
|
|
"format-connected": "\udb80\udcb1",
|
|
"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}"
|
|
},
|
|
|
|
"wireplumber": {
|
|
"on-click": "pavucontrol",
|
|
"format": "\udb81\udd7e",
|
|
"max-volume": 100,
|
|
"scroll-step": 5
|
|
},
|
|
|
|
"custom/lock": {
|
|
"format": "\udb80\udf3e",
|
|
"on-click": "swaylock -f -c 000000",
|
|
"tooltip": false
|
|
}
|
|
}
|