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

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

From Manjaro
 
Line 6: Line 6:
{{UserCmd|command=mkdir -p ~/.config/conky}}
{{UserCmd|command=mkdir -p ~/.config/conky}}
Затем скопируйте значение по умолчанию в home
Затем скопируйте значение по умолчанию в home
{{UserCmd|command=cp /usr/share/doc/conky-1.17.0_pre/conky.conf ~/.config/conky/conky.conkyrc}}
{{UserCmd|command=cp /usr/share/doc/conky-1.17.0_pre/conky.conf ~/.config/conky/conky.conf}}
Файл конфигурации представляет собой простой текстовый файл, а содержимое записано с помощью [https://www.lua.org синтаксиса LUA] и разделено на две части
Файл конфигурации представляет собой простой текстовый файл, а содержимое записано с помощью [https://www.lua.org синтаксиса LUA] и разделено на две части

Latest revision as of 06:47, 6 July 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)
===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

Конфигурация

Все имена файлов, начинающиеся с точки ., являются скрытыми файлами. Если Вы хотите увидеть скрытые файлы в файловом менеджере - Вам нужно сделать их видимыми. В большинстве файловых менеджеров это будет доступно в настройках.

Конфигурационный файл

Файл конфигурации по умолчанию находится в /usr/share/doc/conky-1.17.0_pre/conky.conf, где версия может быть изменена. Conky не создает локальную папку conky, поэтому вам придется создать ее заранее

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


Затем скопируйте значение по умолчанию в home

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


Файл конфигурации представляет собой простой текстовый файл, а содержимое записано с помощью синтаксиса LUA и разделено на две части

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