https://github.com/Alexays/Waybar/issues/1315. Option to display week number on calendar

This commit is contained in:
Viktar Lukashonak
2022-03-24 15:41:50 +03:00
parent d4a07483b2
commit 2d87bcb1ab
2 changed files with 52 additions and 0 deletions

View File

@ -35,6 +35,8 @@ class Clock : public ALabel {
auto weekdays_header(const date::weekday& first_dow, std::ostream& os) -> void;
auto first_day_of_week() -> date::weekday;
const date::time_zone* current_timezone();
auto print_iso_weeknum(std::ostream& os,
int weeknum) -> void;
bool is_timezone_fixed();
auto timezones_text(std::chrono::system_clock::time_point *now) -> std::string;
};