aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2022-07-13 21:39:52 +0300
committerJoursoir <chat@joursoir.net>2022-07-13 21:39:52 +0300
commit53a18012935cf70652aa8925afe7d69c6091ad23 (patch)
treea25917c36f545526c55af7fe06a839970b612df6
parent1e191d1e76a32a52ed5c09d1b75dba1656043975 (diff)
downloaddotfiles-53a18012935cf70652aa8925afe7d69c6091ad23.tar.gz
dotfiles-53a18012935cf70652aa8925afe7d69c6091ad23.tar.bz2
dotfiles-53a18012935cf70652aa8925afe7d69c6091ad23.zip
dotconfig/polybar: delete extra space from internet label
-rw-r--r--dotconfig/polybar/modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotconfig/polybar/modules b/dotconfig/polybar/modules
index 15a0b66..c001df6 100644
--- a/dotconfig/polybar/modules
+++ b/dotconfig/polybar/modules
@@ -276,7 +276,7 @@
; %upspeed% [wireless+wired]
; %downspeed% [wireless+wired]
; %linkspeed% [wired]
- label-connected = "%upspeed% | %downspeed% "
+ label-connected = "%upspeed% | %downspeed%"
label-connected-background = ${color.background-alt}
label-connected-padding = 1