-
Notifications
You must be signed in to change notification settings - Fork 228
Features
tobi-wan-kenobi edited this page May 30, 2018
·
6 revisions
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
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.