You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Build unsigned package for testing
dpkg-buildpackage -us -uc
# Build signed package for distribution
dpkg-buildpackage
# Build source package only
dpkg-buildpackage -S
# Clean build artifacts
fakeroot debian/rules clean
Install built package:
# Install the generated .deb file
sudo dpkg -i ../mx-conky_*.deb
# Install dependencies if needed
sudo apt install -f
About
MX Conky is a Qt-based GUI tool for managing and configuring Conky system monitors on Linux. It provides an intuitive interface to discover, enable/disable, preview, and customize multiple Conky configurations with autostart support and real-time status monitoring.