Difference between revisions of "Translations:Basic Tips for conky/43/en"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
The whole code belong between these two double bracket: | The whole code belong between these two double bracket: | ||
{{File|file=~/.config/conky/conky. | {{File|file=~/.config/conky/conky.conf| | ||
content=<pre>conky.text = [[ | content=<pre>conky.text = [[ | ||
]];</pre> | ]];</pre> | ||
Line 6: | Line 6: | ||
===Examples=== | ===Examples=== | ||
'''1.''' You can choose the color of your font using one of the following variables: | '''1.''' You can choose the color of your font using one of the following variables: | ||
{{File|file=~/.config/conky/conky. | {{File|file=~/.config/conky/conky.conf| | ||
content=<pre>conky.text = [[ | content=<pre>conky.text = [[ | ||
... | ... |
Latest revision as of 08:01, 5 July 2023
The whole code belong between these two double bracket:
~/.config/conky/conky.conf
conky.text = [[ ]];
Examples
1. You can choose the color of your font using one of the following variables:
~/.config/conky/conky.conf
conky.text = [[ ... ${color} ${color1} ... ]];