Unified temperature display a bit
This commit is contained in:
parent
ec3d87e7d0
commit
1dbf8187c7
@ -47,7 +47,7 @@ font pango:Overpass 10
|
|||||||
## Statusbars and Daemons
|
## 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 --no-startup-id "i3lock -c1d2021"
|
||||||
|
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
|
@ -295,11 +295,13 @@ format = <label>
|
|||||||
format-warn = <label-warn>
|
format-warn = <label-warn>
|
||||||
|
|
||||||
label = %temperature%
|
label = %temperature%
|
||||||
|
label-padding = 2
|
||||||
label-foreground = ${res/colors.foreground}
|
label-foreground = ${res/colors.foreground}
|
||||||
label-background = ${res/colors.background}
|
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-foreground = ${res/colors.background}
|
||||||
label-warn-background = ${res/colors.accent-red}
|
label-warn-background = ${res/colors.alert}
|
||||||
|
|
||||||
[module/volume]
|
[module/volume]
|
||||||
type = internal/volume
|
type = internal/volume
|
||||||
|
Reference in New Issue
Block a user