mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-12 16:32:58 +01:00
waybar: cpu: show both maximum and average clock
This commit is contained in:
parent
c7c204958c
commit
58857f28b5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ end
|
|||
:clock {:tooltip-format "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||
:format-alt "{:%Y-%m-%d}"}
|
||||
:cpu {:format (.. (faccumulate [s "" i 0 (- (cg.opt.system :nproc) 1)]
|
||||
(.. s "{icon" i "}")) " {usage}% {avg_frequency}GHz ")
|
||||
(.. s "{icon" i "}")) " {usage}% {max_frequency} {avg_frequency}⌀ ")
|
||||
:interval 2
|
||||
: format-icons}
|
||||
:memory {:format "{}% "}
|
||||
|
|
Loading…
Reference in a new issue