Polybar: Fix icon not showing up in temperature warning

This commit is contained in:
Salt 2017-08-21 13:45:10 -05:00
parent 656f9345cd
commit 9096dcb8c9

View File

@ -442,7 +442,7 @@ label = %temperature%
label-padding = 0
label-foreground = ${res/colors.foreground}
label-background = ${res/colors.background}
label-warn = %temperature%
label-warn = %temperature%
label-warn-padding = ${self.label-padding}
label-warn-foreground = ${res/colors.background}
label-warn-background = ${res/colors.alert}