Manjaro Difference between revisions of "Translations:Basic Tips for conky/43/pt-br"

Difference between revisions of "Translations:Basic Tips for conky/43/pt-br"

From Manjaro
(Created page with "O código completo deve estar entre esses dois pares de colchetes duplos: {{File|file=~/.config/conky/conky.conf| content=<pre>conky.text = [[ ]];</pre> }} ===Exemplos=== '''1...")
Tags: Mobile web edit Mobile edit
 
(No difference)

Latest revision as of 16:12, 24 December 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Basic Tips for conky)
The whole code belong between these two double bracket:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
]];</pre>
}}
===Examples===
'''1.''' You can choose the color of your font using one of the following variables:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
...
${color}
${color1}
...
]];</pre>
}}

O código completo deve estar entre esses dois pares de colchetes duplos:

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

Exemplos

1. Você pode escolher a cor da sua fonte usando uma das seguintes variáveis:

~/.config/conky/conky.conf
conky.text = [[
...
${color}
${color1}
...
]];
Cookies help us deliver our services. By using our services, you agree to our use of cookies.