1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-11-06 22:34:39 -05:00
polybar/include/modules
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
..
meta feat(plugin): Add initial draft plugin architecture. 2018-09-20 15:50:51 -05:00
alsa.hpp feat(alsa): add volume interval option 2018-08-07 11:52:38 +02:00
backlight.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
battery.hpp feat(battery): implement animation-discharging 2018-05-02 11:44:55 +02:00
bspwm.hpp feat(bspwm): Add workspace separator (#942) 2018-01-06 16:18:09 -08:00
counter.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
cpu.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
date.hpp refactor(date): Use single stringstream 2017-09-15 14:21:38 +02:00
fs.hpp refactor: Filesize strings 2017-01-12 20:28:44 +01:00
github.hpp fix(github): Handle curl exceptions and bad status codes (#811) 2017-11-07 23:29:44 +01:00
i3.hpp feat(i3): Add workspace separator (#938) 2018-01-06 16:19:02 -08:00
ipc.hpp refactor(ipc): Cleanup 2017-01-14 00:27:29 +01:00
memory.hpp feat(mem): Add ramp and bar for swap (#1325) 2018-09-14 20:42:04 +02:00
menu.hpp feat(menu): Add expand-right option (#658) 2017-08-29 13:25:41 -07:00
mpd.hpp refactor(mpd): Replace icon-repeatone with icon-single 2018-06-23 10:14:30 +02:00
network.hpp feat(net): Add unknown-as-up option 2018-03-04 23:09:18 +01:00
pulseaudio.hpp feat(pulseaudio): add volume interval option 2018-08-07 11:52:38 +02:00
script.hpp feat(script): Add %pid% token for tail commands 2018-01-21 14:41:52 -08:00
systray.hpp wip(systray): Add module base 2017-01-01 21:28:28 +01:00
temperature.hpp feat(temp): Add units option 2018-02-15 18:50:59 -08:00
text.hpp refactor(clang-tidy): Apply fixes 2016-12-23 15:54:06 +01:00
unsupported.hpp refactor(alsa): rename and move volume -> alsa 2018-01-23 14:33:11 +01:00
xbacklight.hpp fix(xbacklight): Lower inc/dec value to 5 and fix flooring 2017-01-11 04:40:10 +01:00
xkeyboard.hpp refactor(x11): Cleanup 2017-01-24 10:49:14 +01:00
xwindow.hpp feat(xwindow): Add label-empty 2018-04-02 00:00:16 +02:00
xworkspaces.hpp feat(xworkspaces): add urgent desktop detection 2017-02-23 13:20:26 +01:00