From 12e00dd094f0209d14a2268c96586ba4119f4f4b Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 11 Jan 2026 10:54:57 +0100 Subject: [PATCH] polybar/config.ini: show cpu module and update icons --- polybar/config.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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%%