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

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

From Manjaro
(Created page with "===Configuration=== Tout fichier ayant un nom commençant par un point <code>.</code> est un fichier caché. Si vous voulez voir ces fichiers, il faudra les rendre visible, en...")
Tags: Mobile web edit Mobile edit
 
(No difference)

Latest revision as of 16:41, 22 March 2022

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)
===Configuration===
All file names starting with a dot <code>.</code> are hidden files. If you want to see hidden files in your file manager, you need to make them visible. In most file managers this will be available in the options.
====Configuration file====
The default configuration file is located in {{ic|/usr/share/doc/conky-1.11.5_pre/conky.conf}} where version are subject to change. 
Conky do not create a local conky folder so you will have to create beforehand
{{UserCmd|command=mkdir -p ~/.config/conky}}
Then copy the default to home
{{UserCmd|command=cp /usr/share/doc/conky-1.11.5_pre/conky.conf ~/.config/conky/conky.conf}}
The configuration file is a simple text file and the content written using [[https://www.lua.org/ |LUA syntax]] and is split into two parts

Configuration

Tout fichier ayant un nom commençant par un point . est un fichier caché. Si vous voulez voir ces fichiers, il faudra les rendre visible, en activant l'option le permettant dans votre explorateur de fichier (ce qui peut être fait avec Ctrl+h dans certains).

Fichiers de configuration

Les fichiers de configuration par défaut qont présents dans /usr/share/doc/conky-1.11.5_pre/conky.conf, pensez juste à changer le numéro de version par le votre. Conky ne créer pas de fichiers ou de dossiers de configuration local à l'utilisateur, il faudra donc créer d'abord le dossier avec :

user $ mkdir -p ~/.config/conky COPY TO CLIPBOARD


Et ensuite copier le fichier de configuration à l'intérieur

user $ cp /usr/share/doc/conky-1.11.5_pre/conky.conf ~/.config/conky/conky.conkyrc COPY TO CLIPBOARD


Ce fichier est un bête document texte respectant la [|syntaxe LUA], et possède la propriété d'être découpé en deux parties bien distinctes

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