From c33047354efbe1fb37c1b434af15d34705b5045e Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Wed, 19 Feb 2020 02:05:52 +0100 Subject: [PATCH] add: polybar fanspeed module --- .config/polybar/bars.ini | 2 +- .config/polybar/config | 1 + .config/polybar/modules.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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