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/bars | |
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/bars')
-rw-r--r-- | dotconfig/polybar/bars | 16 |
1 files changed, 8 insertions, 8 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} |