diff --git a/polybar/config.ini b/polybar/config.ini index a4e35fb..652a072 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -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%%