The best Conky script
Find a file
2026-01-20 19:40:21 -05:00
devices Filtered out temporary mounts like from timeshift, systemd, etc from being considered as mount points to display in the Conky drive list. 2026-01-14 01:28:18 -05:00
stocks Improved error messages with AlphaVantage stock API calls. 2026-01-20 19:40:21 -05:00
weather Updated the license part of all script files 2020-06-27 00:25:05 -04:00
conf Split the AlphaVantage stock script into 2 scripts. One to make the API calls to AlphaVantage (this runs infrequently due to rate limit of free API keys) and saves the retrieved JSON files to cache. The other script can run more frequently and scans the cache dir for updated JSON files, and returns the formatted stock data to Conky. 2026-01-15 23:47:22 -05:00
LICENSE Initial commit 2020-06-24 23:27:00 -04:00
mint_logo.png First commit 2020-06-25 01:42:28 -04:00
README.md Fixed typo and simplified 2020-06-27 00:28:49 -04:00
THE FOLDER NAME SHOULD BE mgconky NOT mgconky-master.txt People were having trouble with wrongly named folder when downloaded from git 2025-01-28 13:22:09 -05:00

TO INSTALL THIS CONKY CONFIG...

(1) If you do not already have a folder called ".conky" inside your home dir, then create it.
    mkdir ~/.conky

(2) Place the "mgconky" folder (from this repo) inside your new ".conky" folder.

(3) Open up the conf file (~/.conky/mgconky/conf) in a text editor

     * Perform the steps outlined in the section marked "!!!IMPORTANT!!!".

     * To change colors, change the variables in the "Define Colors" section.

(4) To change weather icon colors, go into the "weather/Make_Icons/" subfolder and read the ReadMe file there.