Waybar/src
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 Detect timezone changes 2019-10-04 23:25:09 +02:00
ALabel.cpp feat: ellipsize modules 2019-06-28 14:16:09 +02:00
AModule.cpp fix: No need to format string with unused 'arg' named argument (#484) 2019-10-16 22:39:45 +02:00
bar.cpp fix: correct handling of margins on anchored axis 2019-09-01 01:08:15 -07:00
client.cpp fix: check before destroy 2019-07-15 10:06:01 +02:00
factory.cpp Add a disk module 2019-09-25 08:47:33 +02:00
main.cpp Adding spdlog 2019-05-18 19:44:45 -04:00