Closed bretello closed 2 years ago
I'm guessing this also relates to #61
add wob_parse_config_from_environment to parse configuration values from environment variables
There is already an issue regarding .ini file configuration https://github.com/francma/wob/issues/66. Parsing config from environment variables will get pretty messy once per output configuration is implemented (that also applies for cli options).
add systemd units examples (wob.service reads configuration from environment from ~/.config/wob.conf)
Looks good, please make a separate PR.
use #RRGGBBAA syntax for colors instead of #AARRGGBBB (#70)
Looks good, please make a separate PR.
There is already an issue regarding .ini file configuration #66. Parsing config from environment variables will get pretty messy once per output configuration is implemented (that also applies for cli options).
Is there an active branch for this?
Systemd service examples and changed color format are already merged in master.
Parsing from configuration files (which replaces this PR) is still work in progress in https://github.com/francma/wob/pull/78
wob_parse_config_from_environment
to parse configuration values from environment variableswob.service
reads configuration from environment from~/.config/wob.conf
)I guess this will also requires patching the
PKGBUILD
in the archlinux's community repos to install the systemd units