Manjaro Difference between revisions of "Translations:Basic Tips for conky/49/fr"

Difference between revisions of "Translations:Basic Tips for conky/49/fr"

From Manjaro
(Created page with "===Lancer conky=== Si vous voulez affichez un widget Conky sur votre bureau, un fichier {{ic|~/.config/conky/conky.conf}} avec du code est requis. Si vous en avez un, ouvrez u...")
Tags: Mobile web edit Mobile edit
 
(No difference)

Latest revision as of 16:14, 26 September 2024

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)
===Running conky===
If you want to display a conky on your desktop a {{ic|~/.config/conky/conky.conf}} file with code in it is required. Next, open a terminal and run conky pointing to the file
{{UserCmd|command=conky -c ~/.config/conky/conky.conf}}
or to run as background daemon
{{UserCmd|command=conky -d -c ~/.config/conky/conky.conf}}

Lancer conky

Si vous voulez affichez un widget Conky sur votre bureau, un fichier ~/.config/conky/conky.conf avec du code est requis. Si vous en avez un, ouvrez un terminal et lancer Conky de sorte qu'il utilise ce fichier :

user $ conky -c ~/.config/conky/conky.conf COPY TO CLIPBOARD


La commande précédente reste figée sur les potentielles erreurs que peut renvoyer Conky. Pour lancer Conky en arrière-plan (comme un daemon), utilisez :

user $ conky -d -c ~/.config/conky/conky.conf COPY TO CLIPBOARD


Cookies help us deliver our services. By using our services, you agree to our use of cookies.