fix: fixed temperature in polybar
This commit is contained in:
@@ -470,8 +470,8 @@ animation-low-foreground = ${colors.alert}
|
||||
|
||||
[module/temperature]
|
||||
type = internal/temperature
|
||||
thermal-zone = 0
|
||||
warn-temperature = 60
|
||||
thermal-zone = 8
|
||||
warn-temperature = 80
|
||||
|
||||
format-prefix = ""
|
||||
format-prefix-foreground = #6E6E6E
|
||||
@@ -481,11 +481,11 @@ format-warn-prefix-foreground = #6E6E6E
|
||||
format = <ramp> <label>
|
||||
format-background = ${colors.module-bg-alt}
|
||||
format-warn = <ramp> <label-warn>
|
||||
format-warn-background = #f50a4d
|
||||
format-warn-background = ${colors.module-bg-alt}
|
||||
|
||||
label = "%temperature-c% "
|
||||
label-warn = "%temperature-c% "
|
||||
label-warn-foreground = ${colors.secondary}
|
||||
label-warn-foreground = ${colors.alert}
|
||||
|
||||
ramp-0 = " "
|
||||
ramp-1 = " "
|
||||
|
||||
Reference in New Issue
Block a user