py3status: remove extraneous space for wired interface
This commit is contained in:
parent
9c2ebaedec
commit
b43db19a3c
1 changed files with 1 additions and 1 deletions
|
@ -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 = ""
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue