Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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