Waybar/include
Thomas Venriès 358426cb1c fix: No need to format string with unused 'arg' named argument (#484)
The fmt::format() function looks for the "{arg}" named argument
in the given "format" string which does not exist. It will fail
if the string contains any {...} curled-brace substring.

Consequently, any "on-click*" option's command line containing for
instance substring like "${var}" or "awk '{...}'" will crash the program.

Signed-off-by: Thomas Venriès <thomas.venries@gmail.com>
2019-10-16 22:39:45 +02:00
..
modules fix: no need to wait on start 2019-09-25 09:32:22 +01:00
util custom formatter for numbers in 'pow' units format 2019-09-25 12:53:06 +02:00
ALabel.hpp feat: ellipsize modules 2019-06-28 14:16:09 +02:00
AModule.hpp fix: No need to format string with unused 'arg' named argument (#484) 2019-10-16 22:39:45 +02:00
IModule.hpp refactor: AModule 2019-06-15 14:57:52 +02:00
bar.hpp fix: correct handling of margins on anchored axis 2019-09-01 01:08:15 -07:00
client.hpp refactor: avoid useless class vars 2019-05-24 09:49:09 +02:00
factory.hpp Add a disk module 2019-09-25 08:47:33 +02:00