Skip to content

show WiFi frequency band in tooltip and quick settings - #902

Open
romanstingler wants to merge 4 commits into
MalpenZibo:mainfrom
romanstingler:feature/network-band
Open

show WiFi frequency band in tooltip and quick settings#902
romanstingler wants to merge 4 commits into
MalpenZibo:mainfrom
romanstingler:feature/network-band

Conversation

@romanstingler

Copy link
Copy Markdown
Collaborator

Add frequency_band() function to map MHz frequencies to band labels
(2.4 GHz, 5 GHz, 6 GHz, 60 GHz), extend ActiveConnectionInfo::WiFi
with a band field, and display the band label in the WiFi tooltip and
quick settings button using the new header_end parameter on
quick_setting_button.
For now only working on NetworkManager, iwd doesn't provide frequency or band information.

Image

Comment thread src/services/network/mod.rs Outdated
Comment thread src/modules/settings/mod.rs Outdated
Comment thread src/modules/settings/network.rs Outdated
Comment thread src/modules/settings/network.rs Outdated
Comment thread src/modules/settings/network.rs Outdated
romanstingler and others added 4 commits September 7, 2026 18:44
`AshellTheme::iced_theme` no longer exists, so the wifi tooltip failed to
build against main. The colour does not need it: the text style closure
already receives the iced `Theme`, which is how the nearby-networks list
resolves the same colour. Take `font_size` from the `use_theme` call
already at the top of `tooltip_view` so the function reads the theme once.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants