Δημοσιεύτηκε: 11 Αύγ 2015, 09:09
από fog
Αλλαγές στη σύνταξη από την έκδοση 1.10:
έγραψε:
    •wrap your config section in
    Κώδικας: Επιλογή όλων
    conky.config = { ... }

    •wrap your TEXT section in
    Κώδικας: Επιλογή όλων
    conky.text = [[ ... ]]


    •the config options are lookup values and you need to assign the values (i.e. use "=")
    •each line in the config section ends with ","
    •replace "yes" and "no" with "true" and "false", resp. (without quotes)
    •all values except numbers, "true" and "false" need quotes
    •comments are marked with "--" instead of "#"the config options are lookup values and you need to assign the values (i.e. use "=")
    •each line in the config section ends with ","


Παράδειγμα με το καινούριο conky.conf αρχείο υπάρχει στο /usr/share/doc/conky-1.10.* ή στον αντίστοιχο φάκελο για το conky-all, ανάλογα ποιό έχουμε εγκαταστήσει.