diff options
Diffstat (limited to 'dotconfig')
-rw-r--r-- | dotconfig/polybar/bars | 16 | ||||
-rw-r--r-- | dotconfig/polybar/config | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/dotconfig/polybar/bars b/dotconfig/polybar/bars index 2a137d2..2b3947a 100644 --- a/dotconfig/polybar/bars +++ b/dotconfig/polybar/bars @@ -15,10 +15,10 @@ ; <ramp-load> ; <ramp-coreload> format = <bar-load><label> - format-prefix = - format-prefix-padding = 1 - format-prefix-background = ${color.teal} - format-prefix-foreground = ${color.foreground} + format-suffix = + format-suffix-padding = 1 + format-suffix-background = ${color.teal} + format-suffix-foreground = ${color.foreground} format-background = ${color.background-alt} format-foreground = ${color.foreground} format-overline = ${color.background} @@ -64,10 +64,10 @@ ; <ramp-swap-used> ; <ramp-swap-free> format = <bar-used><label> - format-prefix = - format-prefix-padding = 1 - format-prefix-background = ${color.indigo} - format-prefix-foreground = ${color.foreground} + format-suffix = + format-suffix-padding = 1 + format-suffix-background = ${color.indigo} + format-suffix-foreground = ${color.foreground} format-background = ${color.background-alt} format-foreground = ${color.foreground} format-overline = ${color.background} diff --git a/dotconfig/polybar/config b/dotconfig/polybar/config index 144aefa..178d800 100644 --- a/dotconfig/polybar/config +++ b/dotconfig/polybar/config @@ -117,9 +117,9 @@ include-file = ~/.config/polybar/modules font-1 = "waffle:size=10;3" ; Modules - modules-left = sep workspaces sep network + modules-left = sep workspaces sep network sep cpu_bar sep memory_bar modules-center = title - modules-right = cpu_bar sep memory_bar sep keyboard sep pulseaudio sep date sep + modules-right = pulseaudio sep keyboard sep date sep [global/wm] margin-top = 0 |