mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-17 16:02:32 +02:00
fix(workspaces): check thread is running
This commit is contained in:
@@ -24,7 +24,7 @@ void waybar::modules::sway::Mode::worker()
|
||||
dp.emit();
|
||||
}
|
||||
} catch (const std::exception& e) {
|
||||
std::cerr << e.what() << std::endl;
|
||||
std::cerr << "Mode: " << e.what() << std::endl;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user