diff options
author | Joursoir <chat@joursoir.net> | 2022-06-16 20:15:13 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-06-16 20:15:13 +0300 |
commit | 117901947196342262b9b7c4985db67d521e73bb (patch) | |
tree | 129209f013b3d52438616c02d55470e92667a68e /dotconfig/polybar | |
parent | 71f8e31b1b162a58b2edd38bbb8c864963330e66 (diff) | |
download | dotfiles-117901947196342262b9b7c4985db67d521e73bb.tar.gz dotfiles-117901947196342262b9b7c4985db67d521e73bb.tar.bz2 dotfiles-117901947196342262b9b7c4985db67d521e73bb.zip |
dotconfig/polybar: move bars to the left side of the screen
Diffstat (limited to 'dotconfig/polybar')
-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 |