diff --git a/.config/polybar/bars.ini b/.config/polybar/bars.ini index 2387893..6f2eb1a 100644 --- a/.config/polybar/bars.ini +++ b/.config/polybar/bars.ini @@ -51,7 +51,7 @@ modules-left = bspwm i3 modules-center = mpd - modules-right = memory cpu eth temperature date powermenu + modules-right = memory cpu fan-speed eth temperature date powermenu eth-interface = enp0s31f6 diff --git a/.config/polybar/config b/.config/polybar/config index db8aade..ea6aef0 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -14,6 +14,7 @@ include-file = ~/.config/polybar/colors.ini include-file = ~/.config/polybar/bars.ini include-file = ~/.config/polybar/modules.ini +include-file = ~/.config/polybar/custom.ini [settings] screenchange-reload = true diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index 9a2c544..2a93698 100644 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -149,7 +149,7 @@ format-prefix = " " format-prefix-foreground = ${colors.foreground-alt} format-underline = #f90000 - label = %percentage:2%% + label = %percentage:3%% [module/memory] type = internal/memory