Translations:Basic Tips for conky/43/en

Revision as of 12:20, 5 September 2021 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The whole code belong between these two double bracket:

~/.config/conky/conky.conkyrc
conky.text = [[
]];

Examples

1. You can choose the color of your font using one of the following variables:

~/.config/conky/conky.conkyrc
conky.text = [[
...
${color}
${color1}
...
]];