Potrzebny plik konfiguracyjny conky dla nowych (świeżych) dystrybucji

Kilka lat temu skonfigurowałem sobie conky i używałem na wielu różnych dystrybucjach. Od jakiegoś czasu przestało mi to działać. Otrzymuję taki komunikat podczas próby odpalenia conky
conky: Syntax error (/home/xyz/.conkyrc:2: unexpected symbol near ‘#’) while reading config file.
conky: Assuming it’s in old syntax and attempting conversion.
conky: [string “…”]:159: attempt to call a nil value (global ‘loadstring’)
Tak jest np. w najnowszym Manjaro, w Ubuntu 21.04 itp. Mógłby ktoś zamieścić plik konfiguracyjny conky działający z nowymi distrami?

Solved mine conkyrc issue. Just followed guide to convert conkyrc.

here is quick solution how to do it:

  1. make executable /usr/share/doc/conky-1.10.0/convert.lua
  2. convert your conky file ./convert.lua ~/.conkyrc

my after conversion start works smoothly

https://bbs.archlinux.org/viewtopic.php?id=199217&p=3

Dostaję to:
./convert.lua ~/.conkyrc
bash: ./convert.lua: /usr/bin/lua: zły interpreter: Nie ma takiego pliku ani katalogu

No to doinstaluj interpreter lua. Pewnie coś jakoś sudo apt install lua ?

Dzięki @anon741072. Jesteś wielki. :slight_smile: