Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maveonair/trayscale
A simple Tailscale systray utility for KDE Plasma
https://github.com/maveonair/trayscale
Last synced: about 2 months ago
JSON representation
A simple Tailscale systray utility for KDE Plasma
- Host: GitHub
- URL: https://github.com/maveonair/trayscale
- Owner: maveonair
- License: gpl-3.0
- Created: 2024-08-17T20:58:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T18:38:31.000Z (4 months ago)
- Last Synced: 2024-09-07T19:49:22.762Z (4 months ago)
- Language: Python
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trayscale
A simple Tailscale systray utility for KDE Plasma:
![plasma-panel-with-trayscale](docs/plasma-panel.png)
## Requirements
Tailscale must be started with the current user:
```bash
sudo tailscale set --operator=$USER
```## Manual install
This requires the dev setup, see section below.
```bash
make flatpak-bundle
flatpak install trayscale.flatpak
```## Dev Setup
```
sudo dnf install python3-pyqt6 kf6-kirigami-devel flatpak-builder qqc2-desktop-style appstream-compose
python3 -m venv --system-site-packages .venv/
source .venv/bin/activate
pip install -r requirements.txt
make flatpak-build
```