Linux PyQt tray application to control OctoPrint instances
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Thomas Buck 3c2b46da95 Settings now stored in QtSettings. Added settings window. Re-starts on config changes. Allow running with empty config. Fixed windows not being centered and having the wrong size after opening. 3年前
.gitignore Initial commit 3年前
PKGBUILD Lots of updates. Added Temperature output to status dialog. Showing status in Webcam window. Abort if no printer available. Allow use of all system commands. 3年前
README.md Settings now stored in QtSettings. Added settings window. Re-starts on config changes. Allow running with empty config. Fixed windows not being centered and having the wrong size after opening. 3年前
de.xythobuz.octotray.desktop Initial commit 3年前
octotray Settings now stored in QtSettings. Added settings window. Re-starts on config changes. Allow running with empty config. Fixed windows not being centered and having the wrong size after opening. 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.2-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.