High-performance Matrix notification monitor for GNOME Shell.
This extension supports GNOME Shell 45 -> 49.
| Branch | Compatible GNOME version |
|---|---|
| master | GNOME 45 -> 49 |
-
Clone the repository:
git clone https://github.com/nurefexc/matrix-status.git cd matrix-status -
Build and install:
make compile mkdir -p ~/.local/share/gnome-shell/extensions/matrix-status@nurefexc.com cp -r * ~/.local/share/gnome-shell/extensions/matrix-status@nurefexc.com
-
Restart GNOME Shell (X11:
Alt+F2thenr, Wayland: Logout/Login) and enable via Extensions app.
- Real-time Monitoring: Uses optimized Matrix Incremental Sync (Long Polling) for instant notifications with minimal network traffic.
- Persistent Avatar Cache: Room and user avatars are cached locally for fast loading and reduced data usage.
- Unread Indicators: Displays unread message counts for rooms in the GNOME panel.
- Quick Access: Direct access to your Matrix rooms from the top panel.
- QR Code Generation: Easily share room/user links via generated QR codes directly from the menu.
- Modern UI: Built with native GNOME Shell components (St, Adwaita) and circular avatars for a seamless, modern experience.
- Matrix.to Integration: One-click room opening using universal Matrix links.
- Security Indicator: Visual feedback (lock icon) for rooms with end-to-end encryption (E2EE) enabled.
- Direct Client Integration: Open rooms directly in Element, Fractal or SchildiChat.
- Intelligent Filtering: Automatically displays only relevant rooms, prioritizing unread messages and favorites.
- Incremental Sync: Optimized network usage with
sincetoken support. - Avatar Support: Circular avatars with persistent local caching.
- QR Code Sharing: Integrated QR generator for room IDs.
Open the extension settings to configure:
- Homeserver URL: Your Matrix homeserver (e.g.,
https://matrix.org). - Access Token: Your Matrix account's access token.
- Sync Interval: Frequency of updates (optimized for long polling).
- Client Type: Choose between Web, Element, or Fractal.
- QR Code: Enable or disable QR code sharing.
- Open All Settings and go to Help and about at the bottom of the left panel.
- Scroll all the way down to Advanced and click the arrow in Access Token to expand it.
- Click the copy button to copy it to the clipboard.
Warning
Be careful with your access token. It's sensitive! Erase from your clipboard and clipboard history after use.
The goal of this project is to provide an ultra-lightweight navigation layer for the Matrix network, prioritizing productivity and quick access over message display.
- GNOME Overview Integration: Access rooms directly from the system's central search (Super key) using an asynchronous cache.
- SOCKS5 Proxy Support: Secure network access support for digital nomads and corporate users.
- Multi-Account Support: Monitor multiple Matrix accounts and homeservers simultaneously in a single interface.
- Offline Cache: Room list availability and searchability even without a network connection.
- DND Integration: Synchronization with GNOME's "Do Not Disturb" mode.
This project is licensed under the MIT License - see the LICENSE file for details.