aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2022-05-02 16:30:19 +0300
committerJoursoir <chat@joursoir.net>2022-05-02 16:31:07 +0300
commit71f8e31b1b162a58b2edd38bbb8c864963330e66 (patch)
treed8534393789d76e2b65d41ccf72813a098641eb3
parentf5b3d8433b3ec885c96a39d614c70dc2459cf879 (diff)
downloaddotfiles-71f8e31b1b162a58b2edd38bbb8c864963330e66.tar.gz
dotfiles-71f8e31b1b162a58b2edd38bbb8c864963330e66.tar.bz2
dotfiles-71f8e31b1b162a58b2edd38bbb8c864963330e66.zip
dotconfig/polybar: swap workspaces and network modules
-rw-r--r--dotconfig/polybar/config2
-rw-r--r--dotconfig/polybar/modules2
2 files changed, 2 insertions, 2 deletions
diff --git a/dotconfig/polybar/config b/dotconfig/polybar/config
index cad55a3..144aefa 100644
--- a/dotconfig/polybar/config
+++ b/dotconfig/polybar/config
@@ -117,7 +117,7 @@ include-file = ~/.config/polybar/modules
font-1 = "waffle:size=10;3"
; Modules
- modules-left = sep network sep workspaces
+ modules-left = sep workspaces sep network
modules-center = title
modules-right = cpu_bar sep memory_bar sep keyboard sep pulseaudio sep date sep
diff --git a/dotconfig/polybar/modules b/dotconfig/polybar/modules
index 822d875..2de20c1 100644
--- a/dotconfig/polybar/modules
+++ b/dotconfig/polybar/modules
@@ -115,7 +115,7 @@
; Available tags:
; <label-connected> (default)
; <ramp-signal>
- format-connected = <ramp-signal><label-connected>
+ format-connected = <label-connected><ramp-signal>
format-connected-overline = ${color.background}
format-connected-underline = ${color.background}