polybar-dwm/src/modules
llenck 6e34265d7b
Replace system_clock with steady_clock (#2559)
This fixes #857 and #1932. Also replaces PR #1725, since we don't need
our own implementation of condition_variable anymore since people who
update their polybar should have GCC 10 by now.

The m_updated_at field of the mpd module was removed instead of having
its clock change because it became unused in commit 645a3142a1.
2022-01-12 23:06:29 +01:00
..
meta
alsa.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
backlight.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
battery.cpp Replace system_clock with steady_clock (#2559) 2022-01-12 23:06:29 +01:00
bspwm.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
counter.cpp
cpu.cpp
date.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
fs.cpp Remove unused factory.hpp imports 2021-09-21 21:43:27 +02:00
github.cpp
i3.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
ipc.cpp fix(ipc): don't format empty strings (#2549) 2021-11-04 16:55:16 +01:00
memory.cpp feat(memory): Tokens that switch between MiB and GiB (#2488) 2021-09-04 13:14:13 +02:00
menu.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
mpd.cpp Replace system_clock with steady_clock (#2559) 2022-01-12 23:06:29 +01:00
network.cpp fix(net): Use canonical interface name (#2540) 2021-10-15 17:36:32 +02:00
pulseaudio.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
script.cpp Enable module in start funcion (#2538) 2021-10-15 10:33:10 +02:00
systray.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
temperature.cpp
text.cpp
xbacklight.cpp fix(modules): Avoid downcast in module constructor 2021-10-03 03:18:39 +02:00
xkeyboard.cpp feat(xkeyboard): Icon matching using variant (#2521) 2021-10-05 12:12:47 +02:00
xwindow.cpp Remove main thread from static_module 2021-09-30 15:38:18 +02:00
xworkspaces.cpp The xworkspaces module should wait for EWMH to become available (#2429) 2021-10-11 14:40:14 +02:00