mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1270] [MERGED] fix(bar): removed unneeded separator character on network widget #1290
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1270
Author: @CtByte
Created: 2/9/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @LGUG2Z
Base:
master← Head:net_widget📝 Commits (1)
6cfee62fix(bar): removed unneeded separator character on network widget📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
komorebi-bar/src/network.rs(+4 -4)📄 Description
I realized that the
|is not really necessary, so it is now removed.before:

after:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.