Unified temperature display a bit

This commit is contained in:
Salt 2017-08-03 23:33:44 -05:00
parent ec3d87e7d0
commit 1dbf8187c7
2 changed files with 4 additions and 2 deletions

View File

@ -47,7 +47,7 @@ font pango:Overpass 10
## Statusbars and Daemons
###################
# Use in case of NODM and .xinitrc -- If we're just starting the system, we need to lock it up.
# Use in case of NODM/autlogin and .xinitrc -- If we're just starting the system, we need to lock it up.
exec --no-startup-id "i3lock -c1d2021"
exec_always --no-startup-id $HOME/.config/polybar/launch.sh

View File

@ -295,11 +295,13 @@ format = <label>
format-warn = <label-warn>
label = %temperature%
label-padding = 2
label-foreground = ${res/colors.foreground}
label-background = ${res/colors.background}
label-warn = %temperature%
label-warn-padding = ${self.label-padding}
label-warn-foreground = ${res/colors.background}
label-warn-background = ${res/colors.accent-red}
label-warn-background = ${res/colors.alert}
[module/volume]
type = internal/volume