1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-11-06 22:34:39 -05:00
polybar/include/components
Chase Geigle 42fda5b105
feat(plugin): Add initial draft plugin architecture.
Modules and other features that require optional libraries are now
dynamically loaded on the construction of the controller via dlopen().
This allows polybar to be built with support for all of the features on
one machine, but gracefully fall back and disable those features on
machines where the required optional shared libraries are not found.
2018-09-20 15:50:51 -05:00
..
bar.hpp bar: Add comment to geom_format_to_pixels 2018-05-10 00:05:18 +02:00
builder.hpp refactor(builder): Add failing test for ellipsis 2018-07-22 14:02:15 -07:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp fix(config): Expand all environment variables and file references (#724) 2017-09-04 14:00:35 -07:00
controller.hpp feat(plugin): Add initial draft plugin architecture. 2018-09-20 15:50:51 -05:00
ipc.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
logger.hpp refactor: Integral types 2017-01-24 07:11:14 +01:00
parser.hpp fix(parser): Revert tag stacks 2017-09-06 20:16:08 -07:00
renderer.hpp fix(parser): Proper handling of %{R} #585 2017-05-17 23:11:06 +02:00
screen.hpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
taskqueue.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
types.hpp feat: add cursor change 2017-09-16 15:31:24 -07:00