jxai / lean-conky-config

Lean Conky config that just works
MIT License
121 stars 30 forks source link

Support Use of AppImage #7

Closed alexanderdavide closed 2 years ago

alexanderdavide commented 2 years ago

Apparent bug

The current approach merely works with conky installed as system package but fails with the AppImage that is proposed in the instructions.

Environment

conky: AppImage

Suggestion

Just an idea: Add a note in README to install conky as system package or to place the AppImage in the folder of lean-conky-config. Then you could detect which one to use in start.sh. Alternatively, download the AppImage automatically if the user approves.

jxai commented 2 years ago

LCC now supports custom conky installations, just pass the path to your conky binary with the -p option. Check README for details.