Waybar/src/modules/sway
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
..
ipc Fixed sway IPC compile warnings 2023-07-30 11:43:34 +02:00
bar.cpp fix: adapt to fmt 9.0.0 breaking changes 2022-07-13 22:36:32 -07:00
language.cpp fix: compilation errors with cpp_std=c++20 2023-01-20 22:50:02 -08:00
mode.cpp fix: compilation errors with cpp_std=c++20 2023-01-20 22:50:02 -08:00
scratchpad.cpp fix: compilation errors with cpp_std=c++20 2023-01-20 22:50:02 -08:00
window.cpp fix: lint 2023-07-18 08:35:46 +02:00
workspaces.cpp feat: add `module` class to the root elements of the modules 2024-02-14 22:41:13 -08:00