fix: fixed temperature in polybar

This commit is contained in:
oxypomme
2024-02-04 22:52:33 +01:00
parent 32da604534
commit 0c4d92f59c

View File

@@ -470,8 +470,8 @@ animation-low-foreground = ${colors.alert}
[module/temperature] [module/temperature]
type = internal/temperature type = internal/temperature
thermal-zone = 0 thermal-zone = 8
warn-temperature = 60 warn-temperature = 80
format-prefix = "" format-prefix = ""
format-prefix-foreground = #6E6E6E format-prefix-foreground = #6E6E6E
@@ -481,11 +481,11 @@ format-warn-prefix-foreground = #6E6E6E
format = <ramp> <label> format = <ramp> <label>
format-background = ${colors.module-bg-alt} format-background = ${colors.module-bg-alt}
format-warn = <ramp> <label-warn> format-warn = <ramp> <label-warn>
format-warn-background = #f50a4d format-warn-background = ${colors.module-bg-alt}
label = "%temperature-c% " label = "%temperature-c% "
label-warn = "%temperature-c% " label-warn = "%temperature-c% "
label-warn-foreground = ${colors.secondary} label-warn-foreground = ${colors.alert}
ramp-0 = " " ramp-0 = " "
ramp-1 = " " ramp-1 = " "