Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-08 | Align titles to baseline | Ryan Dwyer | |
This does the following: * Adds a baseline argument to get_text_size (the baseline is the distance from the top of the texture to the baseline). * Stores the baseline in the container when calculating the title height. * Takes the baseline into account when calculating the config's max font height. * When rendering, pads the textures according to the baseline so they line up. | |||
2018-08-01 | swaynag: fix hidpi | Brian Ashworth | |
2018-08-01 | swaynag: allow more config options | Brian Ashworth | |
2018-08-01 | swaynag: refactor {sway_,}nagbar to swaynag | Brian Ashworth | |
2018-08-01 | Disable pango markup for extended message | Drew DeVault | |
2018-08-01 | swaynag: implement config file support | Brian Ashworth | |
2018-08-01 | Address first round review for swaynag | Brian Ashworth | |