Waybar/src/modules/sni
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
..
host.cpp scope_guard/modules: Rename scope_guard to ScopeGuard 2023-10-24 17:51:38 +02:00
item.cpp tray: load_icon use request_size directly 2023-11-01 22:26:52 +08:00
tray.cpp feat: add `module` class to the root elements of the modules 2024-02-14 22:41:13 -08:00
watcher.cpp scope_guard/modules: Rename scope_guard to ScopeGuard 2023-10-24 17:51:38 +02:00