Merge branch 'master' of github.com:marcplustwo/Waybar

This commit is contained in:
Marc
2020-01-26 05:35:34 +01:00
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