1
0
Fork 0
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:
Henrik Hautakoski 2026-01-11 10:54:57 +01:00
parent 7cabed990e
commit 12e00dd094

View file

@ -26,7 +26,7 @@ font-0 = IosevkaCustomNerdFont-Regular:pixelsize=18;5
modules-left = xworkspaces modules-left = xworkspaces
modules-center = xwindow modules-center = xwindow
modules-right = memory pulseaudio systray date modules-right = cpu memory pulseaudio systray date
cursor-click = pointer cursor-click = pointer
@ -104,14 +104,14 @@ label-indicator-background = ${colors.secondary}
[module/memory] [module/memory]
type = internal/memory type = internal/memory
interval = 2 interval = 2
format-prefix = " " format-prefix = " "
format-prefix-foreground = ${colors.primary} format-prefix-foreground = ${colors.primary}
label = %percentage_used:2%% label = %percentage_used:2%%
[module/cpu] [module/cpu]
type = internal/cpu type = internal/cpu
interval = 2 interval = 2
format-prefix = " " format-prefix = " "
format-prefix-foreground = ${colors.primary} format-prefix-foreground = ${colors.primary}
label = %percentage:2%% label = %percentage:2%%