add: polybar fanspeed module

This commit is contained in:
Tobias Reisinger 2020-02-19 02:05:52 +01:00
parent b9ad06cf15
commit c33047354e
3 changed files with 3 additions and 2 deletions

View file

@ -51,7 +51,7 @@
modules-left = bspwm i3 modules-left = bspwm i3
modules-center = mpd modules-center = mpd
modules-right = memory cpu eth temperature date powermenu modules-right = memory cpu fan-speed eth temperature date powermenu
eth-interface = enp0s31f6 eth-interface = enp0s31f6

View file

@ -14,6 +14,7 @@
include-file = ~/.config/polybar/colors.ini include-file = ~/.config/polybar/colors.ini
include-file = ~/.config/polybar/bars.ini include-file = ~/.config/polybar/bars.ini
include-file = ~/.config/polybar/modules.ini include-file = ~/.config/polybar/modules.ini
include-file = ~/.config/polybar/custom.ini
[settings] [settings]
screenchange-reload = true screenchange-reload = true

View file

@ -149,7 +149,7 @@
format-prefix = " " format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.foreground-alt}
format-underline = #f90000 format-underline = #f90000
label = %percentage:2%% label = %percentage:3%%
[module/memory] [module/memory]
type = internal/memory type = internal/memory