Linux PyQt tray application to control OctoPrint instances
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Thomas Buck 4f6e1f3817 add menu action to show rudimentary window with webcam image updating repeatedly 3 年前
.gitignore Initial commit 3 年前
PKGBUILD Initial commit 3 年前
README.md Initial commit 3 年前
de.xythobuz.octotray.desktop Initial commit 3 年前
octotray add menu action to show rudimentary window with webcam image updating repeatedly 3 年前
octotray_icon.png Initial commit 3 年前

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.