Waybar/include
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
..
modules Merge remote-tracking branch 'luka/gtk4' into gtk4 2024-01-12 10:06:47 +01:00
util Merge remote-tracking branch 'luka/gtk4' into gtk4 2024-01-12 10:06:47 +01:00
AAppIconLabel.hpp Add removed secondary identifier 2023-07-10 23:48:18 +02:00
AIconLabel.hpp Happy clang 2023-03-02 16:57:32 +03:00
ALabel.hpp GTK4 base compilation 2024-01-08 19:03:42 +03:00
AModule.hpp feat: add `module` class to the root elements of the modules 2024-02-19 22:26:05 +03:00
ASlider.hpp feat: pulseaudio slider module 2023-10-15 17:52:12 -03:00
IModule.hpp ISSUE#1977. AModule implements module actions call 2023-02-28 15:32:28 +03:00
bar.hpp refactor(bar): use Gtk enums for position and orientation 2024-02-19 22:24:08 +03:00
client.hpp feat!: drop RawSurfaceImpl with direct use of wlr-layer-shell 2024-02-17 22:00:38 +03:00
config.hpp Add support for reading the config path from env 2022-09-05 08:21:36 +02:00
factory.hpp Add module systemd-failed-units 2024-01-09 18:19:30 +08:00
group.hpp GTK4 base compilation 2024-01-08 19:03:42 +03:00