waybar/include
Aleksei Bavshin ea17a66dfc
fix: compilation errors with cpp_std=c++20
There were two main issues with fmtlib and C++20 mode:

 - `fmt::format` defaults to compile-time argument checking and requires
   using `fmt::runtime(format_string)` to bypass that.
 - `std::format` implementation introduces conflicting declarations and
   we have to specify the namespace for all `format`/`format_to` calls.
2023-01-20 22:50:02 -08:00
..
modules fix: compilation errors with cpp_std=c++20 2023-01-20 22:50:02 -08:00
util fix: compilation errors with cpp_std=c++20 2023-01-20 22:50:02 -08: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 Bug: tripple click uses wrong event type 2022-08-06 13:52:00 +03: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 Add support for reading the config path from env 2022-09-05 08:21:36 +02:00
factory.hpp Merge pull request #1520 from robertgzr/mpris-module 2023-01-06 22:35:24 +01:00
group.hpp refactor: lint 2022-04-06 08:37:19 +02:00
IModule.hpp refactor: lint 2022-04-06 08:37:19 +02:00