2020-02-22 14:45:08 +00:00
|
|
|
[module/fan-speed]
|
|
|
|
type = custom/script
|
|
|
|
exec = $HOME/.config/polybar/scripts/fan-speed.sh
|
|
|
|
interval = 1
|
|
|
|
|
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
|
|
format-underline = #8bf
|
|
|
|
format = <label>
|
|
|
|
|
|
|
|
label = %output:4%
|
|
|
|
|
|
|
|
[module/arch-updates]
|
|
|
|
type = custom/script
|
|
|
|
exec = $HOME/.config/polybar/scripts/arch-updates.sh
|
2020-02-27 21:43:20 +00:00
|
|
|
interval = 60
|
2020-02-22 14:45:08 +00:00
|
|
|
|
|
|
|
format-prefix = " "
|
|
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
|
|
format-underline = #1794D1
|
|
|
|
format = <label>
|
|
|
|
|
|
|
|
label = %output%
|