mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-05 03:32:34 +01:00
waybar: show cpu clock
This commit is contained in:
parent
14237e56fa
commit
c5e0c62ff3
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}% ")
|
(.. s "{icon" i "}")) " {usage}% {avg_frequency}GHz ")
|
||||||
:interval 2
|
:interval 2
|
||||||
: format-icons}
|
: format-icons}
|
||||||
:memory {:format "{}% "}
|
:memory {:format "{}% "}
|
||||||
|
|
Loading…
Reference in a new issue