mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
polybar/config.ini: show cpu module and update icons
This commit is contained in:
parent
7cabed990e
commit
12e00dd094
1 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ font-0 = IosevkaCustomNerdFont-Regular:pixelsize=18;5
|
|||
|
||||
modules-left = xworkspaces
|
||||
modules-center = xwindow
|
||||
modules-right = memory pulseaudio systray date
|
||||
modules-right = cpu memory pulseaudio systray date
|
||||
|
||||
cursor-click = pointer
|
||||
|
||||
|
|
@ -104,14 +104,14 @@ label-indicator-background = ${colors.secondary}
|
|||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.primary}
|
||||
label = %percentage_used:2%%
|
||||
|
||||
[module/cpu]
|
||||
type = internal/cpu
|
||||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.primary}
|
||||
label = %percentage:2%%
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue