Merge pull request #7 from Alexays/master

Merge latest changes from upstream
This commit is contained in:
Marc Radau
2020-01-23 17:30:33 +01:00
committed by GitHub
6 changed files with 66 additions and 8 deletions

View File

@ -6,6 +6,7 @@
#else
#include <fmt/chrono.h>
#endif
#include <date/tz.h>
#include "ALabel.hpp"
#include "util/sleeper_thread.hpp"
@ -19,6 +20,9 @@ class Clock : public ALabel {
private:
util::SleeperThread thread_;
std::locale locale_;
const date::time_zone* time_zone_;
bool fixed_time_zone_;
};
} // namespace waybar::modules