5G/LTE Modem Support in Waybar #4823
mmorri
started this conversation in
Show and tell
Replies: 1 comment
-
|
Follow-up: I moved this into a standalone AUR package so it is easier to install and easier to integrate without carrying the niche modem/FCC-unlock/UI code directly in Omarchy. Package: https://aur.archlinux.org/packages/samsung-galaxybook-5g It includes the Waybar status command, fuzzel UI, privileged modem helper, Omarchy Waybar setup helper, and FCC unlock symlinks for the Samsung Galaxy Book modem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
5G/LTE Waybar Applet
I built a waybar integration for 5G/LTE cellular modems using ModemManager. Sharing it here for anyone running Omarchy on a laptop with a WWAN modem.
What it does
The module sits between the Bluetooth and WiFi icons and updates signal strength every 5 seconds.
Setup
Dependencies:
modemmanagerfuzzelImportant — FCC Unlock:
If your modem gets stuck in
enablingstate withpower state: low, you likely need to enable FCC regulatory authentication. ModemManager ships unlock scripts but doesn't activate them by default.Check available scripts and symlink the one matching your modem's vendor ID:
For Foxconn/Qualcomm modems (common in Lenovo ThinkPads), the vendor ID is
105b.Code
Full implementation is in PR #4219 — four files:
bin/omarchy-5g-status— status scriptbin/omarchy-launch-5g— connect/disconnect menuconfig/waybar/config.jsonc— waybar config additionsconfig/waybar/style.css— stylingTested on
Beta Was this translation helpful? Give feedback.
All reactions