]> git.mdlowis.com Git - proto/labwc.git/commit
theme: support theme setting override
authorJohan Malm <jgm323@gmail.com>
Mon, 5 Dec 2022 21:46:16 +0000 (21:46 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 3 Jan 2023 21:21:21 +0000 (21:21 +0000)
commitaf56b68041200086cb21b20acf416bf0f24f5f9e
tree430b66a1d2d115fba47664aee7613981eecda292
parentd82d8117f7b0387f2de306337c6f7e5db09a87f9
theme: support theme setting override

...by reading <config-dir>/themerc-override where <config-dir> is normally
$HOME/.config/labwc can be other locations as described in labwc-config(5)
and can also be specified by the command line option -C.

The reason for supporting theme override is to give users more fine-
grained control of settings without making local copies and modifying
themes.
README.md
docs/README
docs/labwc-config.5.scd
docs/labwc-theme.5.scd
docs/meson.build
docs/themerc
src/theme.c