aboutsummaryrefslogtreecommitdiff
path: root/swaybar/swaybar-protocol.7.scd
AgeCommit message (Collapse)AuthorLines
2021-01-08man: update maintainerFurkan Sahin-6/+0
Also remove the AUTHORS section from swaybar-protocol(7), for consistency with the rest of the man pages.
2020-08-03Document required '\n' in swaybar-protocolFurkan Sahin-4/+4
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.
2020-04-30Fix typo in swaybar-protocol.7.scdFurkan Sahin-2/+2
2019-12-29Fix typo in swaybar-protocol.7.scdFurkan Sahin-0/+1
2019-06-28swaybar-protocol.7: fix block border descriptionsFurkan Sahin-5/+4
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.
2019-05-30Add swaybar protocol documentationFurkan Sahin-0/+269
This adds swaybar-protocol.7.scd documenting the swaybar status line protocol including some differences from the i3bar counterpart.