Skip to content

CuerdOS-Project/ConkyMan

Repository files navigation

ConkyMan For CuerdOS

ConkyMan Logo

ConkyMan running on Debian 13 with Cinnamon

What is ConkyMan?

ConkyMan is a powerful customization tool designed to manage Conky's aesthetics and functionality through a modern Qt 6 graphical interface. Its goal is to simplify Linux desktop configuration, allowing users to adjust positions, switch between light and dark modes, choose accent colors, manage autostart, make backups, set custom profiles, and more without manually editing code.

Characteristics

  • User-friendly graphical interface
  • Broad compatibility with any modern GNU/Linux distribution
  • Fast and lightweight

How does it work?

It works by searching for specific values in conky.lua and modifying them without touching the rest of the code. ConkyMan also comes with a built-in text editor for experienced users who don't want to search for the specific .conkyrc or conky.config files.

Requirements

  • Python3.x
  • Conky
  • Qt 6
  • PySide6

Instalation

Clone the repository and run the app:

git clone https://github.com/Just-Alex22/ConkyMan.git
cd ConkyMan
python3 conkyman.py

Contributing

If you want to collaborate with the development of ConkyMan, follow us on GitHub and send your Pull Requests and Issues through the repository

Licence

This program comes with the GNU GPLv3 licence, consult https://www.gnu.org/licenses/gpl-3.0.en.html for more information.


Backend: Just_Alex Frontend: GatoVerde95 Repository: ConkyMan