Difference between revisions of "Translations:Basic Tips for conky/49/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: | ||
===Running conky=== | ===Running conky=== | ||
If you want to display a conky on your desktop a {{ic|~/.config/conky/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. | {{UserCmd|command=conky -c ~/.config/conky/conky.conf}} | ||
or to run as background daemon | or to run as background daemon | ||
{{UserCmd|command=conky -d -c ~/.config/conky/conky. | {{UserCmd|command=conky -d -c ~/.config/conky/conky.conf}} |
Latest revision as of 08:01, 5 July 2023
Running conky
If you want to display a conky on your desktop a ~/.config/conky/conky.conf
file with code in it is required. Next, open a terminal and run conky pointing to the file
user $ conky -c ~/.config/conky/conky.conf
or to run as background daemon
user $ conky -d -c ~/.config/conky/conky.conf