polybar-werefox-theme/modules/temperature

20 lines
511 B
Text
Raw Normal View History

2020-04-15 13:57:25 -05:00
[module/temperature]
type = internal/temperature
thermal-zone = 0
warn-temperature = 60
format = <ramp><label>
format-warn = <ramp><label-warn>
label = " %temperature-c% "
label-background = ${colors.label}
label-foreground = ${colors.white}
label-warn = " %temperature-c% "
label-warn-background = ${colors.label}
label-warn-foreground = ${colors.white}
ramp-0 = %{T2}%{T-}
ramp-1 = %{T2}%{T-}
ramp-2 = %{T2}%{T-}
ramp-background = ${colors.prefix}
ramp-foreground = ${colors.white}
ramp-padding = 1