Merge branch 'patch-2' into 'master'

Fix minor module errors in polybar config

See merge request dwt1/dotfiles!5
This commit is contained in:
Derek Taylor
2020-03-23 23:05:42 +00:00

View File

@@ -812,8 +812,8 @@ format-discharging-background = ${colors.background}
format-full-prefix = " " format-full-prefix = " "
format-full-prefix-foreground = #a3c725 format-full-prefix-foreground = #a3c725
format-full-underline = #a3c725 format-full-underline = #a3c725
format-foreground = ${colors.foreground} format-full-foreground = ${colors.foreground}
format-background = ${colors.background} format-full-background = ${colors.background}
ramp-capacity-0 =  ramp-capacity-0 = 
ramp-capacity-1 =  ramp-capacity-1 = 
@@ -871,7 +871,7 @@ format-padding = 2
; %percentage-cores% - load percentage for each core ; %percentage-cores% - load percentage for each core
; %percentage-core[1-9]% - load percentage for specific core ; %percentage-core[1-9]% - load percentage for specific core
label-font = 3 label-font = 3
label = Cpu %percentage:3%% label = CPU: %percentage%%
ramp-coreload-0 = ▁ ramp-coreload-0 = ▁
ramp-coreload-0-font = 3 ramp-coreload-0-font = 3
ramp-coreload-0-foreground = #aaff77 ramp-coreload-0-foreground = #aaff77