Waybar/include
Bao Trinh 458c03bf95
retain instance name css class for custom modules
When adding a custom module with a name, e.g.:

```jsonc
{
  ...,
  "custom/foo#bar": { },
  ...
}
```

The custom module does not retain the `bar` class as it should, because
all the classes are replaced with the runtime output:

1b4a7b02f4/src/modules/custom.cpp (L141-L147)

Avoid removing the module instance name class so css class behavior is
consistent between all modules.
2022-06-13 16:10:41 -05:00
..
modules retain instance name css class for custom modules 2022-06-13 16:10:41 -05:00
util refactor: lint 2022-04-06 08:37:19 +02:00
AIconLabel.hpp refactor: lint 2022-04-06 08:37:19 +02:00
ALabel.hpp refactor: lint 2022-04-06 08:37:19 +02:00
AModule.hpp refactor: lint 2022-04-06 08:37:19 +02:00
IModule.hpp refactor: lint 2022-04-06 08:37:19 +02:00
bar.hpp refactor: lint 2022-04-06 08:37:19 +02:00
client.hpp refactor: lint 2022-04-06 08:37:19 +02:00
config.hpp refactor(config): more sensible multi-bar include behavior 2021-09-15 22:15:27 +07:00
factory.hpp river/mode: new module 2022-06-01 15:35:08 +00:00
group.hpp refactor: lint 2022-04-06 08:37:19 +02:00