add: polybar fanspeed module
This commit is contained in:
parent
b9ad06cf15
commit
c33047354e
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue