mirror of
https://github.com/polybar/polybar.git
synced 2026-02-19 18:15:51 +00:00
fix: Force update after running input command
This commit is contained in:
@ -399,6 +399,7 @@ void controller::process_inputdata() {
|
||||
m_command = command_util::make_command(move(cmd));
|
||||
m_command->exec();
|
||||
m_command.reset();
|
||||
process_update(true);
|
||||
} catch (const application_error& err) {
|
||||
m_log.err("controller: Error while forwarding input to shell -> %s", err.what());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user