Skip to content

john4smith/gnome-traytools

Repository files navigation

gnome-traytools

Python3 TrayTools Indicator for the Gnome Desktop Alt text


install for Arch Linux

mkdir -p /tmp/build-$$/; cd /tmp/build-$$/
curl -o PKGBUILD https://raw.githubusercontent.com/john4smith/gnome-traytools/master/PKGBUILD
makepkg -d && sudo pacman -U gnome-traytools-*.pkg.tar.xz

install for Ubuntu 18.04

  • Install the Release deb-File
  • Or build a deb-File with the HowTo