aboutsummaryrefslogtreecommitdiff
path: root/sway/sway-bar.5.scd
AgeCommit message (Collapse)Author
2018-11-28Implement bar gapsBrian Ashworth
Adds the bar subcommand `gaps <amount>|<horizontal> <vertical>|<top> <right> <bottom> <left>` to set gaps for swaybar. Due to restrictions on margins for a layer_surface, only the sides that are anchored to an edge of the screen can have gaps. Since there is support for per-side outer gaps for workspaces, those should be able to be used instead for the last side.
2018-11-17Implement strip_workspace_name.Connor E
2018-10-14swaybar: add documentation for hide/hidden_state subcommandsIan Fan
2018-10-09Implement bar bindsymBrian Ashworth
2018-10-08Allow status_command to be disabled via IPCRyan Dwyer
2018-09-28sway{,bar,input}.5: changes for generic blocksBrian Ashworth
2018-05-11Add sway-bar(5)Drew DeVault