tobi-wan-kenobi
b42323013d
fix(config): make config file keys case sensitive
...
Since the configparser library by default parses keys case insensitive
(all lowercase), certain mappings, especially in the pulseaudio modules,
could fail ("internal" pulseaudio device names are matched against
entries in the configuration).
fixes #992
2023-09-15 15:06:57 +02:00
Pavle Portic
37b5646d65
Allow adjusting the font size of tk popups
2023-09-06 12:11:57 +02:00
tobi-wan-kenobi
f0ab3ef03a
[core/config] fix autohide parameter from configuration file
...
Need to parse the config parameter "autohide" into a list and actually
check whether the current module is in the list.
see #835
2021-11-05 13:57:05 +01:00
tobi-wan-kenobi
c96d119b0e
[core/config] add autohide to configuration file
...
make it possible to configure a list of automatically hidden modules in
the configuration file (+ add documentation for it).
fixes #822
2021-10-07 15:39:29 +02:00
Michal Cieslicki
618ebbeccc
Add parameter to specify a configuration file
2021-02-20 13:50:31 +01:00
tobi-wan-kenobi
beca26c2bf
[core/config] Allow modules to be hidden when in critical/error state
...
When a module is in critical state, the user can now hide the module
(e.g. if pulseaudio fails to load).
fixes #746
2021-01-17 15:21:40 +01:00
tobi-wan-kenobi
df29627983
[core/doc] add autogenerated warning to modules.rst
2020-07-18 08:14:23 +02:00
tobi-wan-kenobi
72045b2318
[core/config] make configurable module list work
...
configparser doesn't seem to have direct array support,
so use format.aslist() to get a list of modules
fixes #678
2020-07-09 07:04:45 +02:00
tobi-wan-kenobi
a9f50f1b51
[core/config] add "core" config section
...
move theme and modules into a "core" config section
2020-07-09 07:04:22 +02:00
tobi-wan-kenobi
057f894d52
[core/config] change preferred theme source
...
now, it works like this:
- if present, use what's on the CLI
- if not, use what's present in the config
- fallback is "default"
see #679
2020-07-09 06:56:43 +02:00
ColdFire
aac2316d74
Updating config parser
2020-07-06 14:20:41 +05:30
tobi-wan-kenobi
5e40dfb28a
[all] small fixed picked up by pytest
...
- unicode stuff
- make all regexps regex strings
2020-06-02 20:13:39 +02:00
tobi-wan-kenobi
3d14931cb7
[docs] add new module
2020-05-23 16:55:24 +02:00
tobi-wan-kenobi
b4f8870a95
[doc] update API docs
2020-05-10 13:25:13 +02:00
tobi-wan-kenobi
92577e7d26
[all] black code :)
2020-05-09 21:24:28 +02:00
tobi-wan-kenobi
320827d577
[core] restructure to allow PIP packaging
...
OK - so I have to admit I *hate* the fact that PIP seems to require a
subdirectory named like the library.
But since the PIP package is something really nifty to have (thanks to
@tony again!!!), I updated the codebase to hopefully conform with what
PIP expects. Testruns so far look promising...
2020-05-09 21:22:00 +02:00