https://github.com/mbachry/mullvad-state
A dbus service to provide easy access mullvad VPN state and a py3status widget.
https://github.com/mbachry/mullvad-state
mullvad py3status
Last synced: 11 months ago
JSON representation
A dbus service to provide easy access mullvad VPN state and a py3status widget.
- Host: GitHub
- URL: https://github.com/mbachry/mullvad-state
- Owner: mbachry
- License: mit
- Created: 2025-05-17T21:10:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T13:29:30.000Z (about 1 year ago)
- Last Synced: 2025-07-03T14:12:53.865Z (11 months ago)
- Topics: mullvad, py3status
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mullvad-state
A dbus service to provide easy access mullvad VPN state and a
py3status widget.
## Install the daemon
Build with `cargo build --release` and put
`target/release/mullvad-state` to bin path.
Add a systemd service:
```
[Unit]
Description=mullvad state daemon
[Service]
ExecStart=%h/.local/bin/mullvad-state
[Install]
WantedBy=default.target
```
and start with `systemd --user enable --now mullvad-state.service`.
## Install py3status widget
Install Python dbus bindings, eg. `sudo dnf install python3-dbus` on
Fedora.
Copy `py3status/mullvad.py` to `~/.config/py3status/modules/` and add
`order += "mullvad"` to `py3status` configuration. Reload swaybar.