polybar/src
patrick96 edf37385cb script: Bump poll timeout to 250ms
The module has a poll timeout because it needs to periodically check if
it is shutting down. Otherwise, it would be stuck polling and the bar
couldn't shut down until the script produces a new line.

However, this causes the bar to wake up intermittently (currently
~40/s) due to the 25ms timeout.
Bumping this to 250ms still gives us timely shut downs and caps the
number of wake ups to 4/s.

This is only a stop-gap solution, ideally the script runner is
integrated into the main event loop and uses its polling handles which
don't have to wake up to check for a shutdown.

Ref #1778
Ref #2337
2022-12-12 00:52:13 +01:00
..
adapters script: Bump poll timeout to 250ms 2022-12-12 00:52:13 +01:00
cairo Use @ for doxygen commands (#2597) 2022-02-20 21:40:48 +01:00
components moved warnings near config options 2022-10-22 13:06:06 +02:00
drawtypes feat: longest match ws-icon fuzzy matching (#2831) 2022-10-05 23:05:44 +02:00
events refactor(signals): Avoid reinterpret_cast 2017-01-01 20:31:09 +01:00
ipc fix code in order to support cmake unity builds 2022-10-29 15:09:03 +02:00
modules script: Require zero exit code to show empty module. 2022-11-05 12:43:43 +01:00
tags feat(tray): Position using a module (#2595) 2022-04-15 23:50:04 +02:00
utils build: Fix deprecation errors 2022-10-23 15:20:21 +02:00
x11 feat(xwindow): %instance%, %class% from WM_CLASS 2022-10-02 20:57:29 +02:00
CMakeLists.txt Remove never used systray module 2022-10-16 21:25:48 +02:00
main.cpp config_parser: Pass barname as argument to parse() (#2765) 2022-07-09 13:12:37 +02:00
polybar-msg.cpp fix(ipc): Crash when sending to multiple instances 2022-10-23 14:19:26 +02:00
settings.cpp.cmake feat(temperature): Add `zone-type` setting (#2752) 2022-08-21 19:25:42 +02:00