1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/include/components
patrick96 54e2490aa5 fix(logger): Wrong conversion function called
For some reason when passing some non-const strings to convert, the
convert(T&& arg) method was used instead of the one specialized for
strings.

This caused an error in clang because you can't pass objects with
non-trivial types to varargs functions.

The best solution I found was to just add a specialized function for
non-const strings.
2020-12-12 01:43:12 +01:00
..
bar.hpp fix(bar): Configure window before remapping 2019-10-21 13:22:51 +02:00
builder.hpp Cleanup 2020-11-27 22:08:03 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp Print error message for invalid color strings 2020-11-27 22:08:03 +01:00
config_parser.hpp config: Better error messages when opening files 2020-11-26 21:06:35 +01:00
controller.hpp controller: Detach shell commands from polybar 2020-11-29 03:53:59 +01:00
ipc.hpp ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00
logger.hpp fix(logger): Wrong conversion function called 2020-12-12 01:43:12 +01:00
parser.hpp Adapt the renderer side to always use rgba 2020-11-27 22:08:03 +01:00
renderer.hpp Move apply_alpha functionality into rgba 2020-11-27 22:08:03 +01:00
screen.hpp fix(monitor): Reload when any monitor changes 2020-04-21 23:59:01 +02:00
taskqueue.hpp
types.hpp Load rgba from config instead of strings. 2020-11-27 22:08:03 +01:00