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/config | |
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/config')
-rw-r--r-- | dotconfig/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
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 |