Skip to content

cosmic-utils/gui-scale-applet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI Scale About

This is a COSMIC applet for Tailscale. It has SSH and Allow Routes enable/disable and Tail Drop functionality.

Dependencies

You must first have Tailscale installed and then run:

sudo tailscale set --operator=$USER

This makes it where the applet doesn't need sudo to do its job.

Screenshots

gui-scale-applet-panel
gui-scale-applet-open

How to Install

Fedora/Fedora based distros

Add the Copr repo:

sudo dnf copr enable bhh32/gui-scale-applet
sudo dnf update --refresh
sudo dnf install -y gui-scale-applet

Debian/Ubuntu (including Pop!OS) based Distros

Unfortunately, I don't know anything like Copr for these distros, so you can download the deb package from the releases section of this repo.

Other

For any other distros (except atomic/immutable distros) you can run:

git clone https://github.com/cosmic-utils/gui-scale-applet.git
cd gui-scale-applet
sudo just install