Waybar/src
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 feat: add `module` class to the root elements of the modules 2024-02-14 22:41:13 -08:00
util Merge pull request #2852 from dpayne/add_css_reload 2024-01-29 22:44:29 +01:00
AAppIconLabel.cpp Add removed secondary identifier 2023-07-10 23:48:18 +02:00
AIconLabel.cpp refactor: disable icon by default 2022-03-10 09:48:50 +01:00
ALabel.cpp feat: add `module` class to the root elements of the modules 2024-02-14 22:41:13 -08:00
AModule.cpp c++20. clock chrono API. STL + format 2023-11-10 17:57:26 +03:00
ASlider.cpp feat: add `module` class to the root elements of the modules 2024-02-14 22:41:13 -08:00
bar.cpp refactor(bar): use Gtk enums for position and orientation 2024-02-14 22:11:21 -08:00
client.cpp fix: tpyo 2024-01-31 22:59:09 +01:00
config.cpp config:output:Allow multiple exclusions & wildcard 2023-03-13 00:44:07 +00:00
factory.cpp Merge branch 'Alexays:master' into master 2024-01-13 16:07:11 +05:30
group.cpp Removing unnecessary parts of transition_type handling 2024-02-04 16:17:06 +01:00
main.cpp Fixing memory leak on update UPower tooltip 2023-02-08 17:19:51 +11:00