summaryrefslogtreecommitdiff
path: root/swaybg.1.scd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify color validation and parsing functionsManuel Stoeckl2023-12-201-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.)
* man: fix background color input formatManuel Stoeckl2022-07-031-1/+1
|
* Made the link in the manpage redirect to the swaybg project instead of sway.Seppe Soete2019-08-091-1/+1
|
* swaybg: add manpageSimon Ser2019-04-131-0/+44