| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-03 | Add missing includes & remove duplicates | Carl Smedstad | -0/+4 | |
| 2022-12-22 | swaynag: drop swaynag_type.font | Simon Ser | -1/+0 | |
| It's too easy to have this go out of sync with font_description. | ||||
| 2022-07-01 | Reuse parsed PangoFontDescription | Hugo Osvaldo Barrera | -1/+2 | |
| Avoids parsing the configured font each time text is rendered. | ||||
| 2021-06-17 | swaynag: adds option to set wayland shell layer | James Edwards-Jones | -0/+1 | |
| Uses --layer/-y set to overlay|top|bottom|background | ||||
| 2020-09-14 | swaynag: add details background option | Mustafa Abdul-Kader | -0/+1 | |
| Adds a new config option for details background for swaynag issue/#5673 | ||||
| 2020-09-04 | swaynag: adds option to separately specify the text color for buttons | oliver-giersch | -0/+1 | |
| 2019-04-20 | swaynag: revamp type configs | Brian Ashworth | -8/+12 | |
| This revamps the type configs for swaynag. All sizing attributes for swaynag are now `ssize_t` instead of `uint32_t` to allow for a default value of `-1`, which allows for `0` to be a valid value. Additionally, the initialization of the type configs has been changed from a simple calloc to use a new function `swaynag_type_new`. `swaynag_type_new` calloc's the memory, checks for an allocation failure, sets the name, and all sizes to -1. The layering order has also been changed to default, general config, type config, and as highest priority command line arguments. Finally, `swaynag_type_merge` has been modified to handle the layering and sizing changes. | ||||
| 2018-08-01 | swaynag: allow more config options | Brian Ashworth | -2/+16 | |
| 2018-08-01 | swaynag: refactor {sway_,}nagbar to swaynag | Brian Ashworth | -9/+9 | |
| 2018-08-01 | swaynag: implement config file support | Brian Ashworth | -0/+25 | |
