summaryrefslogtreecommitdiff
path: root/swaybg.1.scd (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-20Unify color validation and parsing functionsManuel Stoeckl1-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-03man: fix background color input formatManuel Stoeckl1-1/+1
2019-08-09Made the link in the manpage redirect to the swaybg project instead of sway.Seppe Soete1-1/+1
2019-04-13swaybg: add manpageSimon Ser1-0/+44