<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mioufou</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mioufou"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Special:Contributions/Mioufou"/>
	<updated>2026-07-08T02:37:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Pacman_Overview/fr&amp;diff=29354</id>
		<title>Pacman Overview/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Pacman_Overview/fr&amp;diff=29354"/>
		<updated>2021-11-14T18:03:31Z</updated>

		<summary type="html">&lt;p&gt;Mioufou: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
=Aperçu=&lt;br /&gt;
&lt;br /&gt;
Le gestionnaire de paquets de Manjaro, [[Special:MyLanguage/Pamac|Pamac]], est fourni avec la plupart des éditions de Manjaro.  Toutes les éditions de Manjaro incluent [https://www.archlinux.org/pacman/ pacman], le gestionnaire de paquets de la version amont d&amp;#039;Arch Linux.  Pacman comprend certaines fonctionnalités avancées que l&amp;#039;on ne trouve pas dans Pamac.&lt;br /&gt;
&lt;br /&gt;
Points clés à connaître :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
* Pacman est installé par défaut dans Manjaro Linux.&lt;br /&gt;
* Pacman est principalement développé et maintenu par les développeurs d&amp;#039;Arch Linux&lt;br /&gt;
* Pacman ne peut être utilisé qu&amp;#039;en ligne de commande. Si vous préférez un gestionnaire de paquets graphique, veuillez consulter [[Special:MyLanguage/Pamac|Pamac]] ou [[Special:MyLanguage/Octopi|Octopi]].&lt;br /&gt;
* Pacman ne peut utiliser que le dépôt officiel de Manjaro [[Special:MyLanguage/Repositories_and_Servers|repository]]. Il existe des articles distincts pour accéder au [[Special:MyLanguage/Arch_User_Repository|Arch User Repository(AUR)]], pour utiliser [[Special:MyLanguage/Flatpak|flatpaks]] ou pour utiliser [[Special:MyLanguage/Snaps|snaps]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Mises à jour=&lt;br /&gt;
&lt;br /&gt;
Pour mettre à jour la base de données de paquets et tout les paquets du système&lt;br /&gt;
{{UserCmd|command=sudo pacman -Syu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pour forcer un rafraîchissement complet de la base de données de paquets et mettre à jour tout les paquets du système. Vous devez le faire lorsque vous [[Special:MyLanguage/Switching_Branches|changez de branche]] ou [[Special:MyLanguage/Pacman-mirrors|changez de mirroir]].&lt;br /&gt;
{{UserCmd|command=sudo pacman -Syyu}}&lt;br /&gt;
&lt;br /&gt;
Pour forcer un rafraîchissement complet de la base de données de paquets, mettre à jour les paquets du système et autoriser les paquets à être rétrograder.&lt;br /&gt;
Le rétrogradage devrait être seulement nécessaire lors d&amp;#039;un changement de branche. Par exemple passer de Testing à Stable&lt;br /&gt;
{{UserCmd|command=sudo pacman -Syyuu}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Recherche de paquets=&lt;br /&gt;
&lt;br /&gt;
Pour chercher les paquets disponibles dans les dépôts de Manjaro, vous pouvez utiliser {{ic|pacman -Ss mot-clé}}. Cela va chercher le mot-clé dans le nom du paquet et dans la description. Par exemple, pour chercher les paquets contenant le mot-clé smplayer, vous pouvez utiliser :&lt;br /&gt;
{{UserCmd|command=pacman -Ss smplayer}}&lt;br /&gt;
&lt;br /&gt;
Vous pouvez chercher dans vos paquets installés de la même façon en utilisant {{ic|-Qs}} à la place de {{ic|-Ss}}. Pour chercher smplayer dans vos paquets installés :&lt;br /&gt;
{{UserCmd|command=pacman -Qs smplayer}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lorsque vous avez trouvé un paquet vous pouvez utiliser {{ic|pacman -Qi}} pour obtenir plus d&amp;#039;informations sur un paquet installé ou {{ic|pacman -Si}} pour un paquet dans un dépôt. En suivant l&amp;#039;exemple ci-dessus, vous pouvez utiliser :&lt;br /&gt;
{{UserCmd|command=pacman -Si smplayer}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finalement, pour obtenir la liste de tout les paquets installés sur votre système, entrez la commande suivante :&lt;br /&gt;
{{UserCmd|command=pacman -Ql}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installation de paquets=&lt;br /&gt;
&lt;br /&gt;
{{warning|N&amp;#039;installez jamais un paquet sans d&amp;#039;abord mettre à jour le système. Sur un système en version continue, cela peut conduire à un système non amorçable.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To install a software package, the basic syntax is {{ic|pacman -S packagename}}.  However, installing a package without updating the system will lead to a partial upgrade situation so all the examples here will use {{ic|pacman -Syu packagename}} which will install the package and ensure the system is up to date.  For example, to install smplayer the command is:&lt;br /&gt;
{{UserCmd|command=sudo pacman -Syu smplayer}}&lt;br /&gt;
&lt;br /&gt;
You will then be presented a list of software to install.  You may notice this list has more packages than you requested. This is because many packages also have dependencies which are packages that must be installed in order for the software you selected to function properly. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pacman can also directly install packages from the local system or a location on the internet.  The format of that command is {{ic|pacman -U packagelocation}}.  For example, to install a copy of your package cache you could do something like:&lt;br /&gt;
{{UserCmd|command=sudo pacman -U /var/cache/pacman/pkg/smplayer-19.5.0-1-x86_64.pkg.tar.xz}}&lt;br /&gt;
&lt;br /&gt;
Alternatively, you could get it directly from one of Manjaro&amp;#039;s mirrors:&lt;br /&gt;
{{UserCmd|command=sudo pacman -U &amp;lt;nowiki&amp;gt;https://mirror.alpix.eu/manjaro/stable/community/x86_64/smplayer-19.5.0-1-x86_64.pkg.tar.xz&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|Lorsque vous utilisez pacman -U, il vous appartient de vous assurer que le paquet que vous installez est entièrement compatible avec votre système.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Suppression de paquets=&lt;br /&gt;
&lt;br /&gt;
{{warning|vérifiez toujours la liste des paquets avant de confirmer lors de la suppression des paquets. Si vous ne faites pas attention, vous pouvez facilement supprimer tout votre bureau en raison de dépendances.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To remove a software package, the basic syntax is {{ic|sudo pacman -R packagename}}.  We could remove the smplayer package we installed above with:&lt;br /&gt;
{{UserCmd|command=sudo pacman -R smplayer}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This will remove the package, but will leave all the dependencies behind.  If you also want to remove the unneeded dependencies you could use {{ic|pacman -Rsu packagename}} as seen in this example:&lt;br /&gt;
{{UserCmd|command=sudo pacman -Rsu smplayer}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sometimes when you try to remove a package you will not be able to because there are other packages which depend on it.  You can use {{ic|pacman -Rc packagename}} to remove a package and everything that depends on it.  Be careful to heed the above warning when using this option.&lt;br /&gt;
{{UserCmd|command=sudo pacman -Rc smplayer}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The most nuclear option is {{ic|pacman -Rcs packagename}}.  This will remove everything that depends on packagename and continue to do so on its dependencies.  This should really only be used in exceptional circumstances such as when removing an entire desktop environment and trying not to leave anything behind.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pacman usually also creates backup configuration files when deleting packages. To remove those, you can add {{ic|n}} to any of the examples above.  For example:&lt;br /&gt;
{{UserCmd|command=sudo pacman -Rn smplayer}}&lt;br /&gt;
{{UserCmd|command=sudo pacman -Rsun smplayer}}&lt;br /&gt;
{{UserCmd|command=sudo pacman -Rcn smplayer}}&lt;br /&gt;
&lt;br /&gt;
=Affichage et suppression des orphelins=&lt;br /&gt;
&lt;br /&gt;
To list all &amp;#039;&amp;#039;orphans&amp;#039;&amp;#039;, installed packages that are not used by anything else and should no longer be needed:&lt;br /&gt;
{{UserCmd|command=pacman -Qdt}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To remove all the orphans:&lt;br /&gt;
{{UserCmd|command=sudo pacman -Rs $(pacman -Qdtq)}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Téléchargement de paquets sans installation=&lt;br /&gt;
&lt;br /&gt;
In some cases it may be useful to download a package without installing.  For example, to install on a different system that is not connected to the internet.  This can be done with {{ic|pacman -Sw packagename}}.  For example:&lt;br /&gt;
{{UserCmd|command=sudo pacman -Sw smplayer}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The package and any rerquired dependencies will be downloaded to your pacman cache at {{ic|/var/cache/pacman/pkg}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Déterminer quel paquet possède un fichier=&lt;br /&gt;
&lt;br /&gt;
It is often useful to understand which package installed a file on your system.  This is easy to do with pacman using {{ic|pacman -Qo /path/to/filename}}.  For example:&lt;br /&gt;
{{UserCmd|command=pacman -Qo /usr/bin/smplayer}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Nettoyage du cache=&lt;br /&gt;
&lt;br /&gt;
When pacman installs packages, it keeps a copy of all the old packages you have downloaded. This cache can be very useful if you have to install older packages in an emergency. However, left unchecked, this cache will grow very large over time. Systems running [[Special:MyLanguage/Pamac|Pamac]] will already have access to its automated pacman cache cleaning functions.  It is also possible to clean them manually using pacman.&lt;br /&gt;
&lt;br /&gt;
To clear the cache of packages that are no longer installed, enter the following command:&lt;br /&gt;
{{UserCmd|command=sudo pacman -Sc}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Otherwise, to clear the cache completely, enter the following command (and use with care):&lt;br /&gt;
{{UserCmd|command=sudo pacman -Scc}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A safer way to remove old package cache files is to remove all packages except for the latest three package versions using {{ic|paccache}}:&lt;br /&gt;
{{UserCmd|command=paccache -rvk3}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Le fichier de configuration, pacman.conf=&lt;br /&gt;
&lt;br /&gt;
Les paramètres de Pacman sont situées dans le fichier {{ic|/etc/pacman.conf}}. Le propriétaire de ce fichier est root, voir [[Special:MyLanguage/Viewing_and_editing_configuration_files|this guide]] si vous souhaitez plus d&amp;#039;information sur les possibilités d&amp;#039;édition de ce type de fichier. On trouvera une documentation complète de ces options sur le lien Arch Linux référence ci-dessous. Cette documentation met en évidence plusieurs options particulièrement intéressantes pour les utilisateurs de Manjaro.&lt;br /&gt;
&lt;br /&gt;
{{note|les paramètres pacman.conf sont sensibles à la casse}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Activation de la sortie couleur==&lt;br /&gt;
&lt;br /&gt;
Par défaut, la sortie de pacman est monochrome, mais l&amp;#039;activation de la sortie couleur peut faciliter la lecture si votre terminal prend en charge les couleurs. Cela peut être activé en décommentant ou en ajoutant la ligne suivante au fichier&lt;br /&gt;
 Color&lt;br /&gt;
&lt;br /&gt;
==Affichage de Pacman qui mange==&lt;br /&gt;
&lt;br /&gt;
Si vous vous ennuyez de simplement regarder des lignes de hachage lors du téléchargement d&amp;#039;applications dans le terminal, pourquoi ne pas changer la barre de progression en Pacman mangeant des pilules énergétiques à la place? Pour activer ceçi, ajoutez simplement la ligne:&lt;br /&gt;
 ILoveCandy&lt;br /&gt;
&lt;br /&gt;
=Dépannage=&lt;br /&gt;
Une page distincte pour le dépannage de pacman est disponible &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/pacman troubleshooting|içi]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Voir aussi=&lt;br /&gt;
* [[Special:MyLanguage/System Maintenance|maintenance du Système]]&lt;br /&gt;
* [[Special:MyLanguage/Pacman-mirrors|Pacman-mirrors]]&lt;br /&gt;
* [[Special:MyLanguage/Pacman troubleshooting|Pacman dépannages]]&lt;br /&gt;
* [[Special:MyLanguage/Downgrading packages|Downgrading packages]]&lt;br /&gt;
* [https://wiki.archlinux.org/index.php/Pacman ArchWiki: pacman]&lt;br /&gt;
* [https://wiki.archlinux.org/index.php/Pacman_tips ArchWiki: pacman astuces]&lt;br /&gt;
* [https://wiki.archlinux.org/index.php/Improve_pacman_performance ArchWiki: pacman performance]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Mioufou</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Pacman_Overview/6/fr&amp;diff=29287</id>
		<title>Translations:Pacman Overview/6/fr</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Pacman_Overview/6/fr&amp;diff=29287"/>
		<updated>2021-11-14T17:28:27Z</updated>

		<summary type="html">&lt;p&gt;Mioufou: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pour mettre à jour la base de données de paquets et tout les paquets du système&lt;br /&gt;
{{UserCmd|command=sudo pacman -Syu}}&lt;/div&gt;</summary>
		<author><name>Mioufou</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Basic_Tips_for_conky&amp;diff=29281</id>
		<title>Basic Tips for conky</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Basic_Tips_for_conky&amp;diff=29281"/>
		<updated>2021-11-13T13:50:53Z</updated>

		<summary type="html">&lt;p&gt;Mioufou: /* Fixed the LUA link */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Installation== &amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
Conky can be installed using the package manager&lt;br /&gt;
{{UserCmd|command=pamac install conky}}&lt;br /&gt;
&lt;br /&gt;
===Configuration=== &amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
All file names starting with a dot &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; 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.&lt;br /&gt;
====Configuration file====&lt;br /&gt;
The default configuration file is located in {{ic|/usr/share/doc/conky-1.11.5_pre/conky.conf}} where version are subject to change. &lt;br /&gt;
Conky do not create a local conky folder so you will have to create beforehand&lt;br /&gt;
{{UserCmd|command=mkdir -p ~/.config/conky}}&lt;br /&gt;
Then copy the default to home&lt;br /&gt;
{{UserCmd|command=cp /usr/share/doc/conky-1.11.5_pre/conky.conf ~/.config/conky/conky.conkyrc}}&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
* Configuration&lt;br /&gt;
* Text&lt;br /&gt;
&lt;br /&gt;
===Conky configuration=== &amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
The first/upper part contains all the configuration settings for the entire conky. Things like the position of the conky on your screen, transparency settings, border settings, the default font and it&amp;#039;s size, and how often your conky gets updated. The whole configuration belong between brackets like this&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
Some rules apply&lt;br /&gt;
&lt;br /&gt;
* Every line end with &amp;lt;code&amp;gt;,&amp;lt;/code&amp;gt;&lt;br /&gt;
* Non-boolean/numerical value should be placed between &amp;lt;code&amp;gt;&amp;#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
* Comment start with &amp;lt;code&amp;gt;--&amp;lt;/code&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
===Examples=== &amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; This will set the default font color of your conky to white. Additionally, a &amp;lt;code&amp;gt;color1&amp;lt;/code&amp;gt; gets set using a [http://html-color-codes.info/ Html Color Code]to a light blue:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    default_color = &amp;#039;white&amp;#039;,    -- White default color&lt;br /&gt;
    color1 = &amp;#039;0ab1ff&amp;#039;,          -- Light blue&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; This enables Xft, set the default font (LiberationMono), make it bold and set it&amp;#039;s size (8):&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    use_xft = true,&lt;br /&gt;
    font = &amp;#039;LiberationMono:bold:size=8&amp;#039;,&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.&amp;#039;&amp;#039;&amp;#039; In order to position your conky on your screen, modify these settings:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    alignment = &amp;#039;top_right&amp;#039;,     -- Conky gets placed in the top right corner of your desktop&lt;br /&gt;
    gap_x 18,                    -- with a horizontal gap of 18 pixels (to your right screen edge)&lt;br /&gt;
    gap_y 20,                    -- and a vertical gap of 20 pixels (to your top screen edge).&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.&amp;#039;&amp;#039;&amp;#039; In some case you can have multiple values for one setting, they will be separated by a coma:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.config = {&lt;br /&gt;
...&lt;br /&gt;
    own_window_hints = &amp;#039;undecorated,sticky,skip_taskbar,skip_pager,below&amp;#039;,&lt;br /&gt;
...&lt;br /&gt;
};&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Use the command: &amp;lt;code&amp;gt;man conky&amp;lt;/code&amp;gt;, and look into the &amp;#039;&amp;#039;&amp;#039;CONFIGURATION SETTINGS&amp;#039;&amp;#039;&amp;#039; section to see every settings available.&lt;br /&gt;
&lt;br /&gt;
===Conky text=== &amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
The second part contains the displayed conky code. Every code line corresponds to one displayed line on your desktop. There are a lot of available for displaying and modifying all kinds of information. Use the command: &amp;lt;code&amp;gt;man conky&amp;lt;/code&amp;gt;, and look into the &amp;#039;&amp;#039;&amp;#039;OBJECTS/VARIABLES&amp;#039;&amp;#039;&amp;#039; section to see every objects/variables available.&lt;br /&gt;
{{BoxInfo|Info|The lines in the &amp;#039;&amp;#039;&amp;#039;conky.text&amp;#039;&amp;#039;&amp;#039; section is printed exactly as is. E.g. if you create an empty line between sections - conky will display an empty line.}}&lt;br /&gt;
&lt;br /&gt;
The whole code belong between these two double bracket:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
===Examples=== &amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; You can choose the color of your font using one of the following variables:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
${color}&lt;br /&gt;
${color1}&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
Every variable is marked with a &amp;lt;code&amp;gt;$&amp;lt;/code&amp;gt; sign and by &amp;lt;code&amp;gt;{ }&amp;lt;/code&amp;gt; brackets (only needed, if the variable contains more than one word).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; You can call the default font (and it&amp;#039;s size) with this command:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
$font&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
If you want a different font (DejaVuSerif) and font size (9) in your conky, use this command in your &amp;lt;code&amp;gt;.conkyrc&amp;lt;/code&amp;gt; code:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
...&lt;br /&gt;
${font DejaVuSerif:size=9}&lt;br /&gt;
...&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.&amp;#039;&amp;#039;&amp;#039; This code line displays the text &amp;quot;Kernel: &amp;quot; and the kernel you are using (using &amp;lt;code&amp;gt;$alignr&amp;lt;/code&amp;gt; just yields a nicer formatting, it is not necessary: &amp;lt;code&amp;gt;$alignr&amp;lt;/code&amp;gt; aligns all following text on the right of your conky):&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Kernel: ${alignr}${kernel}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.&amp;#039;&amp;#039;&amp;#039; This variable gives you the latest 3 manjaro blog entry titles (using rss). It checks for updates every 60 minutes.&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
${rss http://manjaro.org/feed/ 60 item_titles 3}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5.&amp;#039;&amp;#039;&amp;#039; Information about the root partition &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; of your manjaro installation is displayed using&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Root: ${alignr}${fs_used /} of ${fs_size /}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;6.&amp;#039;&amp;#039;&amp;#039; Instead of example 3, you can use the following code to display the exact same information:&lt;br /&gt;
{{File|file=~/.config/conky/conky.conkyrc|&lt;br /&gt;
content=&amp;lt;pre&amp;gt;conky.text = [[&lt;br /&gt;
Kernel: ${alignr}${execi 3600 uname -r}&lt;br /&gt;
]];&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===execi=== &amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
The variable &amp;lt;code&amp;gt;${execi 3600 XXXX}&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; bash code in your terminal every 3600 seconds and displays the result in your conky. The result of the &amp;lt;code&amp;gt;uname -r&amp;lt;/code&amp;gt; bash command is your currently used kernel name. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
Use any bash command instead of &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; you can think of. The bash commands can be as long and complicated as you want. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
Warning: Using complicated bash commands (e.g. which call other programs or use large files) with low intervals (e.g. &amp;lt;code&amp;gt;${execi 2 XXXX}&amp;lt;/code&amp;gt; runs the &amp;lt;code&amp;gt;XXXX&amp;lt;/code&amp;gt; code once every 2 seconds and displays it&amp;#039;s result in your conky) can use a lot of hardware resources and/or make your computer unresponsive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Running conky=== &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
If you want to display a conky on your desktop a {{ic|~/.config/conky/conky.conkyrc}} file with code in it is required. Next, open a terminal and run conky pointing to the file&lt;br /&gt;
{{UserCmd|command=conky -c ~/.config/conky/conky.conkyrc}}&lt;br /&gt;
or to run as background daemon&lt;br /&gt;
{{UserCmd|command=conky -d -c ~/.config/conky/conky.conkyrc}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
If you want to run conky automatically after each boot of your computer, you need to find out how to autostart a program. This depends on the Desktop Manager you are using. The next is examples of how to run conky from your system autostart folder/file/script/command.&lt;br /&gt;
&amp;lt;code&amp;gt;sleep 20&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-p 20&amp;lt;/code&amp;gt; delay the start of conky by 20 seconds after your Desktop Environment has started. Adjust this value to your liking.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
{{UserCmd|command=conky -c ~/.config/conky/conky.conkyrc &amp;amp;}}&lt;br /&gt;
{{UserCmd|command=sleep 20 &amp;amp;&amp;amp; conky -c ~/.config/conky/conky.conkyrc &amp;amp;}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
When you change the running conky configuration file - conky will reload. But if you changed one of your dependency scripts (e.g. because you changed a variable and want to see the consequences) you will have to reload conky&lt;br /&gt;
{{UserCmd|command=killall conky &amp;amp;&amp;amp; conky -c ~/.config/config/conky.conkyrc}}&lt;br /&gt;
&lt;br /&gt;
===Troubleshooting &amp;amp; Tips=== &amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Missing rings==== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
To be able to use LUA scripts to execute drawing functions like clock rings - you will a conky package compiled with LUA support. Either build the package the package {{ic|conky-lua}} from [[Arch_User_Repository|AUR]] or install the {{ic|conky-lua-nv}} from the official repo.&lt;br /&gt;
&lt;br /&gt;
====Missing network information==== &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
If network information is missing like download speed or network name (SSID), you need to replace the network interfaces in the configuration file with your network interface name. To get the names of your interfaces - open a terminal and execute&lt;br /&gt;
{{UserCmd|command=ip a | grep &amp;#039; state UP&amp;#039; | cut -d&amp;#039; &amp;#039; -f2 | cut -d&amp;#039;:&amp;#039; -f1}}&lt;br /&gt;
Use the output from the command. Interface names starting with &amp;lt;code&amp;gt;en&amp;lt;/code&amp;gt; is ethernet interface and names starting with &amp;lt;code&amp;gt;wl&amp;lt;/code&amp;gt; is wireless interfaces. Replace all network interfaces names with (e.g. &amp;lt;code&amp;gt;wlan0&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;eth0&amp;lt;/code&amp;gt;) in your &amp;lt;code&amp;gt;.conkyrc&amp;lt;/code&amp;gt; text section with the interface name(s) you retrieved from the above command.&lt;br /&gt;
&lt;br /&gt;
===Conky Manager=== &amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
An application named Conky manager exist but has not been updated for years and the configurations found in the package may work or they may not. You may install it - it can be a used as an inspiration but you should not rely on it. If you still think you it is a must have - you can build the package {{ic|conky-manager}} using [[Arch_User_Repository|AUR]]&lt;br /&gt;
{{UserCmd|command=pamac build conky-manager}}&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!--T:58--&amp;gt;&lt;br /&gt;
* The [https://github.com/brndnmtthws/conky/wiki Conky website]&lt;br /&gt;
* The [https://wiki.archlinux.org/index.php/conky Arch Wiki] page for Conky&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Applications{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Mioufou</name></author>
	</entry>
</feed>