31 lines
696 B
Plaintext
31 lines
696 B
Plaintext
{
|
|
"layer": "bottom",
|
|
"position": "top",
|
|
"modules-left": [],
|
|
"modules-center": ["sway/workspaces", "sway/mode"],
|
|
"modules-right": ["clock", "idle_inhibitor", "tray"],
|
|
"sway/workspaces": {
|
|
"disable-scroll": true,
|
|
"all-outputs": false,
|
|
"format": "{name}"
|
|
},
|
|
"sway/mode": {
|
|
"format": "<span style=\"italic\">{}</span>"
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"deactivated": "💤",
|
|
"activated": "🦉",
|
|
"default": ""
|
|
}
|
|
},
|
|
"tray": {
|
|
"icon-size": 24,
|
|
"spacing": 16
|
|
},
|
|
"clock": {
|
|
"format": "{:%m-%d %H:%M}",
|
|
}
|
|
}
|