1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-18 13:55:11 -05:00
polybar/include/components
patrick96 52eee95bf8 controller: Detach shell commands from polybar
Shell commands triggered from action tags used to block polybar until
they finished.

Since we are not actually interested in the output of the commands, it
makes sense to run them completely detached from polybar and have
polybar not block when executing these commands.

Now the spawned child processes no longer get killed when polybar
exits. This is fine because polybar is not responsible for these
processes since they were explicitly started by the user through click
commands.

Ref: #770
Ref: #1680
2020-11-29 03:53:59 +01:00
..
bar.hpp fix(bar): Configure window before remapping 2019-10-21 13:22:51 +02:00
builder.hpp Cleanup 2020-11-27 22:08:03 +01:00
command_line.hpp feat(command_line): Properly handle positional args 2017-01-13 04:47:25 +01:00
config.hpp Print error message for invalid color strings 2020-11-27 22:08:03 +01:00
config_parser.hpp config: Better error messages when opening files 2020-11-26 21:06:35 +01:00
controller.hpp controller: Detach shell commands from polybar 2020-11-29 03:53:59 +01:00
ipc.hpp ipc: Remove unused global setting 2019-11-01 11:12:40 +01:00
logger.hpp logger: Add default logging level 'notice' 2020-04-22 00:38:31 +02:00
parser.hpp Adapt the renderer side to always use rgba 2020-11-27 22:08:03 +01:00
renderer.hpp Move apply_alpha functionality into rgba 2020-11-27 22:08:03 +01:00
screen.hpp fix(monitor): Reload when any monitor changes 2020-04-21 23:59:01 +02:00
taskqueue.hpp refactor(modules): Move setup to constructor 2016-12-21 08:00:09 +01:00
types.hpp Load rgba from config instead of strings. 2020-11-27 22:08:03 +01:00