py3status: remove extraneous space for wired interface

This commit is contained in:
Cedric Girard 2019-08-29 09:26:13 +02:00
parent 9c2ebaedec
commit b43db19a3c
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ wifi {
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = " %ip (%speed)"
format_up = "%ip (%speed)"
format_down = ""
}