mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-12 18:32:56 +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>"
|
:clock {:tooltip-format "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||||
:format-alt "{:%Y-%m-%d}"}
|
:format-alt "{:%Y-%m-%d}"}
|
||||||
:cpu {:format (.. (faccumulate [s "" i 0 (- (cg.opt.system :nproc) 1)]
|
: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
|
:interval 2
|
||||||
: format-icons}
|
: format-icons}
|
||||||
:memory {:format "{}% "}
|
:memory {:format "{}% "}
|
||||||
|
|
Loading…
Reference in a new issue