Linux PyQt tray application to control OctoPrint instances
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Thomas Buck 24cbdf98d1 more ci testing 3 anos atrás
.github/workflows more ci testing 3 anos atrás
data first try with github actions 3 anos atrás
dist first try with github actions 3 anos atrás
src started first work on creating packages for different OSs 3 anos atrás
.gitignore started first work on creating packages for different OSs 3 anos atrás
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 anos atrás
build_arch.sh started first work on creating packages for different OSs 3 anos atrás
build_mac.sh more ci testing 3 anos atrás
build_win.sh more ci testing 3 anos atrás

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.