Skip to content

Commit

Permalink
Merge pull request #1921 from Jonher937/cpu-load-pushed-back-twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Jan 5, 2023
2 parents 1938bb5 + 2a3ebc1 commit 1d6cfe7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/cpu/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ auto waybar::modules::Cpu::update() -> void {
auto icons = std::vector<std::string>{state};
fmt::dynamic_format_arg_store<fmt::format_context> store;
store.push_back(fmt::arg("load", cpu_load));
store.push_back(fmt::arg("load", cpu_load));
store.push_back(fmt::arg("usage", total_usage));
store.push_back(fmt::arg("icon", getIcon(total_usage, icons)));
store.push_back(fmt::arg("max_frequency", max_frequency));
Expand Down

0 comments on commit 1d6cfe7

Please sign in to comment.