make gpsd receiver not poll

This commit is contained in:
Lena
2024-11-08 23:40:12 +01:00
parent 22ec8e0770
commit 956e39d3d3
3 changed files with 27 additions and 6 deletions

View File

@ -24,7 +24,7 @@ namespace waybar::modules {
const std::string getFixStatusString() const;
util::SleeperThread thread_;
util::SleeperThread thread_, gps_thread_;
gps_data_t gps_data_;
std::string state_;