Linux PyQt tray application to control OctoPrint instances
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Buck a898374987 add menu action to show status of print in dialog 3 jaren geleden
.gitignore Initial commit 3 jaren geleden
PKGBUILD Initial commit 3 jaren geleden
README.md Initial commit 3 jaren geleden
de.xythobuz.octotray.desktop Initial commit 3 jaren geleden
octotray add menu action to show status of print in dialog 3 jaren geleden
octotray_icon.png Initial commit 3 jaren geleden

README.md

OctoTray Linux Qt client

Simple Python Qt Linux client for OctoPrint. Install on Arch Linux like this:

makepkg
sudo pacman -U octotray-0.1-1-any.pkg.tar.xz

Or on all other linux distros:

sudo cp octotray /usr/bin/octotray
sudo cp octotray_icon.png /usr/share/pixmaps/octotray_icon.png
sudo cp de.xythobuz.octotray.desktop /usr/share/applications/de.xythobuz.octotray.desktop

Then run it from your desktop environment menu or even add it to the autostart there.