Waybar/src
Paul Riou 90206f55be config:output:Allow multiple exclusions & wildcard
Covers the use case where needing to exclude more than 1 output but
still include all other displays.

e.g. I have 3 monitors: laptop + HD + 4K; and 3 bar types:
- The main bar is on the laptop. `output: "laptop-monitor-id"`
- The 4K has a specific waybar bar-1 configuration. `output: "4K-monitor-id"`
- I want all other displays (3rd HD monitor / any HDMI output when presenting)
  to have a plain bar: `output: ["!laptop-monitor-id", "!4k-monitor-id", "*"]`
2023-03-13 00:44:07 +00:00
..
modules refactor: make linter happy. 2023-03-08 14:35:07 +00:00
util Fix some typos 2023-02-25 09:55:04 +01:00
AIconLabel.cpp refactor: disable icon by default 2022-03-10 09:48:50 +01:00
ALabel.cpp refactor: lint 2022-04-06 08:37:19 +02:00
AModule.cpp Issue #2030. AModule enable_click & enable_scroll 2023-03-01 23:39:36 +03:00
bar.cpp Merge pull request #1589 from qubidt/module-group-orientation 2023-03-02 19:42:22 +01:00
client.cpp fix: adapt to fmt 9.0.0 breaking changes 2022-07-13 22:36:32 -07:00
config.cpp config:output:Allow multiple exclusions & wildcard 2023-03-13 00:44:07 +00:00
factory.cpp Merge branch 'master' into add-river-layout 2023-02-11 13:22:46 +11:00
group.cpp group module: configurable orientation 2022-09-03 18:37:35 -05:00
main.cpp Fixing memory leak on update UPower tooltip 2023-02-08 17:19:51 +11:00