Update polybar with new changes for 3.2.0

This commit is contained in:
natemaia 2018-07-23 19:08:02 -07:00
parent 602cca2d8f
commit 512e400821

View File

@ -229,7 +229,7 @@ thermal-zone = 0
warn-temperature = 70 warn-temperature = 70
format = <ramp><label> format = <ramp><label>
format-padding = 1 format-padding = 1
label = %{A1:st -e watch sensors & disown:} %temperature%%{A} label = %{A1:st -e watch sensors & disown:} %temperature-c%%{A}
ramp-0 = "" ramp-0 = ""
ramp-1 = "" ramp-1 = ""
ramp-2 = "" ramp-2 = ""
@ -241,7 +241,7 @@ ramp-2-foreground = ${colors.moderate}
ramp-3-foreground = ${colors.moderate} ramp-3-foreground = ${colors.moderate}
ramp-4-foreground = ${colors.urgent} ramp-4-foreground = ${colors.urgent}
format-warn = <label-warn> format-warn = <label-warn>
label-warn = " %temperature%" label-warn = " %temperature-c%"
label-warn-padding = 1 label-warn-padding = 1
label-warn-foreground = ${colors.urgent} label-warn-foreground = ${colors.urgent}
@ -252,7 +252,7 @@ label-warn-foreground = ${colors.urgent}
[module/volume] [module/volume]
type = internal/alsa type = internal/alsa
master-mixer = Master master-mixer = Master
format-volume-padding = 1 format-volume-padding = 1
label-volume-foreground = ${colors.foreground} label-volume-foreground = ${colors.foreground}
label-volume = %{A3:pavucontrol & disown:}%percentage:2%% %{A} label-volume = %{A3:pavucontrol & disown:}%percentage:2%% %{A}
format-volume = <ramp-volume> <label-volume> format-volume = <ramp-volume> <label-volume>
@ -261,7 +261,7 @@ ramp-volume-0 = 
ramp-volume-1 =  ramp-volume-1 = 
ramp-volume-2 =  ramp-volume-2 = 
ramp-volume-3 =  ramp-volume-3 = 
label-muted-foreground = #888 label-muted-foreground = #888
ramp-volume-0-foreground = ${colors.trim} ramp-volume-0-foreground = ${colors.trim}
ramp-volume-1-foreground = ${colors.blue} ramp-volume-1-foreground = ${colors.blue}
ramp-volume-2-foreground = ${colors.moderate} ramp-volume-2-foreground = ${colors.moderate}