https://github.com/maveonair/trayscale
A simple Tailscale systray utility for KDE Plasma
https://github.com/maveonair/trayscale
Last synced: 4 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T18:38:31.000Z (10 months ago)
- Last Synced: 2025-03-15T08:36:32.041Z (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:

## 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
```