Skip to content

Features

tobi-wan-kenobi edited this page May 30, 2018 · 6 revisions

Collapsible Modules

  • see #264
  • introduced in 290f95d
  • first released: not yet

Pressing the middle mouse button when hovering over a module will now remove all widgets and instead just show the module's icon (as defined in the theme) and an ellipsis. Clicking again will restore the module. If no module is defined in the theme, the prefix is used instead.

This behaviour can be disabled using the config switch engine.collapsible

pywal Support

Automatically read colors defined by pywal (if available) within a theme (by using the colors setting in the theme). This creates a number of "symbolic" color names that can be used for other properties.

Here's an example how this would look like:

{
        "icons": [ "awesome-fonts" ],
        "colors": [ "wal" ],
        "defaults": {
                "critical": {
                        "fg": "cursor",
                        "bg": "color5"
                },
                "warning": {
                        "fg": "cursor",
                        "bg": "color6"
                }
        },
        ....
}

Of course, this only works if you have already invoked wal and the wal color definition file ~/.cache/wal/colors.json exists.

Clone this wiki locally