aboutsummaryrefslogtreecommitdiff
path: root/style.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow admins to define their own stylesheetXavier Del Campo Romero2023-07-111-0/+9
slcl used to provide a hardcoded stylesheet. However, it would be desirable for some admins to provide a custom stylesheet without having to rebuild the application. Now, slcl creates a default stylesheet, namely style.css, into the target directory, that can be later modified by admins. While this might contradict the suckless philosophy a bit, hopefully some admins might find this new feature useful.