Waybar/include
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
..
modules Fix build warnings 2024-02-12 20:09:22 +01:00
util Merge pull request #2852 from dpayne/add_css_reload 2024-01-29 22:44:29 +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 Happy clang 2023-03-02 16:57:32 +03:00
AModule.hpp feat: add `module` class to the root elements of the modules 2024-02-14 22:41:13 -08: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-14 22:11:21 -08:00
client.hpp Adding css reloader 2024-01-21 18:23:46 -08: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 refactor: move signal handler adding into separate method 2023-10-14 18:30:27 -03:00