-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net block: extraneous spaces around IP address #498
Comments
Do the same spaces appear for the non-wireless device block as well? |
If it's connected, yes. Also, the WiFi block has the correct spacing when not connected, like the ethernet block in the screenshot above. |
What about when you set ip to false and SSID to true (when it's connected)? |
OK so I just submitted #505 and #507 which should improve the situation. Unfortunately you will still end up with two spaces between each part of the |
I think @ammgws has done what we can for now. |
@ammgws can anything be done to remove the spaces marked in the red boxes? |
Can you share your config for the net block? |
Sure! [theme]
name = "solarized-dark"
[theme.overrides]
idle_fg = "#FFFFFF"
alternating_tint_bg = "#0088CC"
[icons]
name = "awesome5"
[icons.overrides]
net_wired = ""
net_wireless = ""
[[block]]
block = "net"
device = "wlp0s26u1u5"
speed_up = true
speed_down = true
interval = 5
|
Have you tried overriding the |
I have two
net
blocks for my physical interfaces, and I've set them up so that it only shows the IP address:The layout looks fine for a disconnected interface, but when an IP has shown, it has unpleasant extra spaces around it:
i3status-rust is version 0.12, the compositor is Sway 1.2 with the following bar config:
The text was updated successfully, but these errors were encountered: