Waybar/src/modules
Minijackson b50650f63f
fix(mpd): regularly timeout the event listener to prevent timeout
The MPD server has a connection_timeout that defaults to 60. If no data
is transferred in this timespan, the connection is closed. If the
connection is closed while the event listener is listening for events,
it will block forever. By timing out the event listening and
re-connecting regularly, we prevent this issue. An option "timeout" has
been added for users that have a lower server connection_timeout than
default. Fixes #277
2019-04-21 10:58:40 +02:00
..
sni refactor(Tray): proper lookup in the default theme 2019-04-19 17:30:40 +02:00
sway refactor(Workspaces, IPC): no more mutex in the workspaces modules, moved to the IPC client for a proper handling 2019-04-19 16:48:02 +02:00
backlight.cpp refactor: format code 2019-04-18 17:52:00 +02:00
battery.cpp refactor: format code 2019-04-18 17:52:00 +02:00
clock.cpp refactor: format code 2019-04-18 17:52:00 +02:00
cpu.cpp refactor: format code 2019-04-18 17:52:00 +02:00
custom.cpp refactor: format code 2019-04-18 17:52:00 +02:00
idle_inhibitor.cpp refactor: format code 2019-04-18 17:52:00 +02:00
memory.cpp refactor: format code 2019-04-18 17:52:00 +02:00
mpd.cpp fix(mpd): regularly timeout the event listener to prevent timeout 2019-04-21 10:58:40 +02:00
network.cpp refactor(IPC): use sigc signal 2019-04-19 11:09:06 +02:00
pulseaudio.cpp refactor: format code 2019-04-18 17:52:00 +02:00
temperature.cpp refactor: format code 2019-04-18 17:52:00 +02:00