mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 05:15:23 +01:00
[PR #1233] [MERGED] feat: rework networkmanager module #6862
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#6862
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/JakeStanger/ironbar/pull/1233
Author: @Rodrigodd
Created: 11/4/2025
Status: ✅ Merged
Merged: 2/12/2026
Merged by: @JakeStanger
Base:
master← Head:feat-network-manager-rework📝 Commits (10+)
7dcab7ffeat: reword networkmanager module7f98553refactor: rename 'IconsConfig' to 'Icons'1a1a0b4refactor: update DeviceType documentationea0a868refactor: replace mutually exclusive bools with enum67fb79arefactor: move module_impl! to top of implc7a6c71docs(network-manager): update docs6fc6eb9fix(networkmanager): fix panic when number of wifi levels is 0 or 180132ffrefactor: simplify use of#[serder(default)]64c7483docs: fix typoefece1bstyle: move comments of unmapped dbus properties📊 Changes
10 files changed (+1379 additions, -316 deletions)
View changed files
📝
Cargo.lock(+0 -35)📝
Cargo.toml(+1 -4)📝
docs/modules/Network-Manager.md(+169 -52)➖
src/clients/networkmanager.rs(+0 -170)➕
src/clients/networkmanager/dbus.rs(+249 -0)➕
src/clients/networkmanager/mod.rs(+459 -0)➕
src/clients/networkmanager/state.rs(+128 -0)📝
src/modules/networkmanager.rs(+173 -55)➕
src/modules/networkmanager/config.rs(+177 -0)➕
test-configs/network-manager.corn(+23 -0)📄 Description
I only have a WiFi and Wireguard interfaces, so I was unable to test other device types, but I tried to preserve the existing functionality as much as I could.
Screenshot
#148
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.