Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-11 | swaybar: add status_edge_padding command | Brian Ashworth | |
This adds the bar subcommand `status_edge_padding <padding>` to set the padding used when the status line is on the right edge of the bar. | |||
2019-01-11 | swaybar: add status_padding command | Brian Ashworth | |
Adds the bar subcommand `status_padding <padding>` which allows setting the padding used for swaybar. If `status_padding` is set to `0`, blocks will be able to take up the full height of the bar. | |||
2018-12-31 | swaybar: implement tray config | Ian Fan | |
2018-11-28 | Implement bar gaps | Brian 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-17 | Implement strip_workspace_name. | Connor E | |
2018-10-13 | cmd_bar: simplify logic | Brian Ashworth | |
2018-10-13 | cmd_bar: fix bar id issues | Brian Ashworth | |
Allows bar-subcommand to be a valid bar-ids Destroys runtime created bar if trying to use a config only subcommand Allow subcommands (except for id) to be ids | |||
2018-10-13 | Fix bar subcommand handler structs and selection | Brian Ashworth | |
2018-10-08 | Allow status_command to be disabled via IPC | Ryan Dwyer | |
2018-09-03 | Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE | sghctoma | |
2018-08-30 | Fix feature macros for FreeBSD | sghctoma | |
On FreeBSD, snprintf and vsnprintf are visible only if _XOPEN_SOURCE >= 600. | |||
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-06-02 | Address first round of review for generic blocks | Brian Ashworth | |
2018-06-02 | Make command block implementation generic | Brian Ashworth | |
2018-03-29 | Use statically allocated text buffer | Drew DeVault | |
2018-03-29 | Add bar configuration commands | Drew DeVault | |
2017-11-18 | Move everything to sway/old/ | Drew DeVault | |
2017-03-10 | UnGNUify the codebase | Drew DeVault | |
2016-12-15 | Handle allocation failure in commands | Drew DeVault | |
2016-09-02 | merge in latest commits | Zandr Martin | |
2016-09-01 | refactor commands.c | Zandr Martin | |