56 lines
1008 B
Plaintext
56 lines
1008 B
Plaintext
{
|
|
"position": "top",
|
|
"modules-left": [
|
|
"sway/workspaces",
|
|
"sway/mode"
|
|
],
|
|
"modules-right": [
|
|
"tray",
|
|
"pulseaudio",
|
|
"sway/language",
|
|
"network",
|
|
"clock",
|
|
"custom/power-menu"
|
|
],
|
|
"sway/workspaces": {
|
|
"all-output": true,
|
|
"format": "{index}"
|
|
},
|
|
"sway/mode": {
|
|
"format": "--{}--",
|
|
"tooltip": false
|
|
},
|
|
"pulseaudio": {
|
|
"tooltip": false,
|
|
"format-muted": "MUTE",
|
|
"on-click": "pavucontrol"
|
|
},
|
|
"sway/language": {
|
|
"tooltip": false
|
|
},
|
|
"network": {
|
|
"format": "{icon}",
|
|
"format-icons": [
|
|
""
|
|
],
|
|
"format-disconnected": "No network",
|
|
"tooltip": false
|
|
},
|
|
"clock": {
|
|
"format": "{:%d %b %H:%M, %A}",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
|
},
|
|
"tray": {
|
|
"icon-size": 16,
|
|
"spacing": 10
|
|
},
|
|
"custom/power-menu": {
|
|
"format": "{icon}",
|
|
"format-icons": [
|
|
""
|
|
],
|
|
"on-click": "wlogout -b 4 -m 450 -c 30",
|
|
"tooltip": false
|
|
}
|
|
}
|