Waybar/src/modules/wlr
Aleksei Bavshin d590d508ca
feat: add `module` class to the root elements of the modules
Previously, the only way to select all the module labels was with the
following kind of selector:
```css
.modules-left > widget > label,
.modules-center > widget > label,
.modules-right > widget > label {
    /* ... */
}
```
(and a matching block for the `box` containers).

Now, this can be expressed as
```css
label.module, box.module {
    /* ... */
}
```
2024-02-14 22:41:13 -08:00
..
taskbar.cpp feat: add `module` class to the root elements of the modules 2024-02-14 22:41:13 -08:00
workspace_manager.cpp feat: add `module` class to the root elements of the modules 2024-02-14 22:41:13 -08:00
workspace_manager_binding.cpp refactor: lint 2022-04-06 08:37:19 +02:00