Skip to content

Commit

Permalink
Merge pull request #3155 from drendog/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays authored Apr 21, 2024
2 parents 87cc40e + 2123995 commit 5ce5ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/clock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ auto waybar::modules::Clock::update() -> void {
std::regex_replace(tlpText_, std::regex("\\{" + kCldPlaceholder + "\\}"), cldText_);
tlpText_ =
std::regex_replace(tlpText_, std::regex("\\{" + kOrdPlaceholder + "\\}"), ordText_);
} else {
tlpText_ = tlpFmt_;
}

tlpText_ = fmt_lib::vformat(locale_, tlpText_, fmt_lib::make_format_args(shiftedNow));
Expand Down

0 comments on commit 5ce5ceb

Please sign in to comment.