This repository has been archived on 2023-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
2022-01-07 23:19:45 +00:00

55 lines
1006 B
Plaintext

{
"layer": "top",
"modules-left": [
"sway/mode",
"sway/workspaces",
"custom/right-arrow-light",
"sway/window",
"custom/right-arrow-dark"
],
"modules-right": [
"pulseaudio",
"custom/left-arrow-dark",
"clock#date",
"custom/left-arrow-light",
"clock#time"
],
"sway/workspaces": {
"current-only": true
},
"sway/window": {
"max-length": 50
},
"clock#date": {
"format": "{:%a %d, %b }",
"tooltip": false
},
"clock#time": {
"format": "{:%H:%M}",
"tooltip": false
},
"custom/left-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/left-arrow-light": {
"format": "",
"tooltip": false
},
"custom/right-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/right-arrow-light": {
"format": "",
"tooltip": false
},
"pulseaudio": {
"format": "{volume}% {icon}",
"format-muted": "",
"format-icons": {
"default": ["", ""]
}
}
}