Commit Graph

3 Commits (b4a28042d8834aab6462835f33435530eb9a60aa)

Author SHA1 Message Date
Viktar Lukashonak 69648ab8f4
GTK4. Migration. backlight, slider, backend_common
Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
2024-02-27 23:17:50 +03:00
Aleksei Bavshin a6d33db20f
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-19 22:26:05 +03:00
Brenno Lemos 442a4b0da0 feat: pulseaudio slider module 2023-10-15 17:52:12 -03:00