Difference between revisions of "Basic Tips for conky/es"

Created page with "* Configuración * Texto"
(Created page with "==Instalación== Conky puede ser instalado usando el gestor de paquetes tanto Pacman como Pamac {{UserCmd|command=pamac install conky}} o {{UserCmd|command=sudo pacman -Syu co...")
Tags: Mobile web edit Mobile edit
(Created page with "* Configuración * Texto")
Tags: Mobile web edit Mobile edit
Line 5: Line 5:
{{UserCmd|command=pamac install conky}} o {{UserCmd|command=sudo pacman -Syu conky}}
{{UserCmd|command=pamac install conky}} o {{UserCmd|command=sudo pacman -Syu conky}}


<div lang="en" dir="ltr" class="mw-content-ltr">
===Configuración===
===Configuration===
Todos los nombres de archivos que comiencen con punto <code>.</code> son archivos ocultos en tu administrador de archivos. necesitas hacerlos visibles. En la mayoría de los administradores estará una opción disponible.
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.
====Archivo de configuración====
====Configuration file====
El archivo de configuración por defecto esta ubicado en {{ic|/usr/share/doc/conky-1.11.5_pre/conky.conf}} en cual las versiones pueden estar sujetas a cambios.
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 no crea una carpeta local por lo que tendrás que crearla ya con anterioridad
Conky do not create a local conky folder so you will have to create beforehand
{{UserCmd|command=mkdir -p ~/.config/conky}}
{{UserCmd|command=mkdir -p ~/.config/conky}}
Then copy the default to home
Luego copia los valores por defecto en la carpeta home
{{UserCmd|command=cp /usr/share/doc/conky-1.11.5_pre/conky.conf ~/.config/conky/conky.conf}}
{{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
El archivo de configuración es un archivo en texto simple y el contenido esta escrito usando [[https://lua.org/ |LUA syntax]] y esta divido en dos partes
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
* Configuración
* Configuration
* Texto
* Text
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
===Configuración de Conky===
===Conky configuration===
La primera parte superior contiene todos los ajustes de configuraciones para todo Conky. Cosas como la posición del Conky en tu pantalla, ajustes de transparencia, ajustes de bordes, los tamaños por defecto de las fuentes, y con que frecuencia sera actualizado Conky. Toda la configuración esta dentro de un paréntesis como este.
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's size, and how often your conky gets updated. The whole configuration belong between brackets like this
{{File|file=~/.config/conky/conky.conf|
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.config = {
content=<pre>conky.config = {
};</pre>
};</pre>
Some rules apply
Se aplican algunas reglas
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
56

edits