Attempt at supporting locale and timezones (#1)

This commit is contained in:
Guillaume Maudoux
2020-01-21 23:48:16 +01:00
committed by Michael Cordover
parent 6e30b7af3c
commit 84b671f6b2
3 changed files with 43 additions and 28 deletions

View File

@ -20,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