aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar/swaybar-protocol.7.scd
Commit message (Collapse)AuthorAge
* man: update maintainerLibravatar Simon Ser2021-01-08
| | | | | Also remove the AUTHORS section from swaybar-protocol(7), for consistency with the rest of the man pages.
* Document required '\n' in swaybar-protocolLibravatar Hubert Hirtz2020-08-04
| | | | | | | | | | | | | | | The following statusbar output is not considered by sway to be following the swaybar-protocol: {"version":1}[[{"full_text":"2.89","urgent":false}], However this one is: {"version":1}\n[[{"full_text":"2.89","urgent":false}], Both outputs contain a header with the required values and an unfinished array of objects with the required values, but the first one is showed verbatim.
* Fix typo in swaybar-protocol.7.scdLibravatar James Mills2020-04-30
|
* Fix typo in swaybar-protocol.7.scdLibravatar Whemoon Jang2019-12-28
|
* swaybar-protocol.7: fix block border descriptionsLibravatar Brian Ashworth2019-06-28
| | | | | | | This corrects the description of border_{top,bottom,left,right} in the block properties table in swaybar-protocol.7. The values should be an integer denoting the width/height rather than a boolean denoting whether to show them.
* Add swaybar protocol documentationLibravatar Brian Ashworth2019-05-30
This adds swaybar-protocol.7.scd documenting the swaybar status line protocol including some differences from the i3bar counterpart.