add manpage

This commit is contained in:
Lena
2024-09-20 19:56:16 +02:00
parent dfa40d6a00
commit d331331b76
3 changed files with 89 additions and 3 deletions

View File

@ -27,6 +27,9 @@ namespace waybar::modules {
util::SleeperThread thread_;
gps_data_t gps_data_;
std::string state_;
bool hideDisconnected = true;
bool hideNoFix = false;
};
} // namespace waybar::modules