Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-12-20 | Unify color validation and parsing functions | Manuel Stoeckl | 1 | -1/+1 | |
Before this change, parse_color() and is_valid_color() behaved slightly differently: parse_color() accepted both colors with and without alpha, with optional leading #, while is_valid_color() forbade alpha and required a leading # character. This commit merges the two functions into one simpler function that forbids alpha and allows an optional leading #. (Alpha values are forbidden because backgrounds should be opaque; a leading # is optional to make shell scripts easier to write.) | |||||
2022-07-03 | man: fix background color input format | Manuel Stoeckl | 1 | -1/+1 | |
2019-08-09 | Made the link in the manpage redirect to the swaybg project instead of sway. | Seppe Soete | 1 | -1/+1 | |
2019-04-13 | swaybg: add manpage | Simon Ser | 1 | -0/+44 | |