sway/swaybar
Brian Ashworth 1bd8463481 Implement bar gaps
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-28 11:24:14 -05:00
..
bar.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
config.c Implement bar gaps 2018-11-28 11:24:14 -05:00
i3bar.c swaybar: separate input code to new file 2018-10-18 14:19:00 +01:00
input.c swaybar: when scrolling, check that there are workspaces to scroll on 2018-10-25 14:12:26 +01:00
ipc.c Implement bar gaps 2018-11-28 11:24:14 -05:00
main.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
meson.build swaybar: separate input code to new file 2018-10-18 14:19:00 +01:00
render.c Implement bar gaps 2018-11-28 11:24:14 -05:00
status_line.c More frees. 2018-11-13 14:42:00 +00:00