4b6b4b9052
Add a new set of parameters to allow modules to be customly minimized. It works like this: If a module has the parameter "minimize" set to a true value, it will *not* use the built-in minimizer, and instead look for "minimized" parameters (e.g. if date has the "format" parameter, it would look for "minimized.format" when in minimized state). This allows the user to have different parametrization for different states. Also, using the "start-minimized" parameter allows for modules to start minimized. Note: This is hinging off the *module*, not the *widget* (the current, hard-coded hiding is per-widget). This means that modules using this method will only show a single widget - the first one - when in minimized state. The module author has to account for that. see #791 |
||
---|---|---|
.. | ||
__init__.py | ||
cpu.py | ||
date.py | ||
datetime.py | ||
debug.py | ||
disk.py | ||
error.py | ||
git.py | ||
keys.py | ||
layout-xkb.py | ||
layout.py | ||
layout_xkb.py | ||
load.py | ||
memory.py | ||
nic.py | ||
pasink.py | ||
pasource.py | ||
ping.py | ||
pulseaudio.py | ||
redshift.py | ||
sensors2.py | ||
spacer.py | ||
speedtest.py | ||
test.py | ||
time.py | ||
vault.py | ||
xrandr.py |