Merge branch 'master' into openbsd

This commit is contained in:
Alexis Rouillard
2026-07-03 21:30:44 +02:00
committed by GitHub
46 changed files with 738 additions and 317 deletions
+5
View File
@@ -39,6 +39,11 @@ waybar::modules::Custom::~Custom() {
}
void waybar::modules::Custom::delayWorker() {
if (!config_["exec"].isString() && !config_["exec-if"].isString()) {
dp.emit();
return;
}
thread_ = [this] {
for (int i : this->pid_children_) {
int status;