Manjaro All translations

All translations

Enter a message name below to show all available translations.

Message

Found 4 translations.

NameCurrent message text
 h English (en)'''2.''' You can call the default font (and it's size) with this command:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
...
$font
...
]];</pre>
}}
If you want a different font (DejaVuSerif) and font size (9) in your conky, use this command in your <code>.conf</code> code:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
...
${font DejaVuSerif:size=9}
...
]];</pre>
}}
'''3.''' This code line displays the text "Kernel: " and the kernel you are using (using <code>$alignr</code> just yields a nicer formatting, it is not necessary: <code>$alignr</code> aligns all following text on the right of your conky):
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Kernel: ${alignr}${kernel}
]];</pre>
}}
'''4.''' This variable gives you the latest 3 manjaro blog entry titles (using rss). It checks for updates every 60 minutes.
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
${rss http://manjaro.org/feed/ 60 item_titles 3}
]];</pre>
}}
'''5.''' Information about the root partition <code>/</code> of your manjaro installation is displayed using
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Root: ${alignr}${fs_used /} of ${fs_size /}
]];</pre>
}}
'''6.''' Instead of example 3, you can use the following code to display the exact same information:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Kernel: ${alignr}${execi 3600 uname -r}
]];</pre>
}}
 h Spanish (es)'''2.''' Puedes llamar la fuente por defecto (y su tamaño) con este comando:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
...
$font

...
]];</pre>
}}
Si quieres usar una fuente diferente (DejaVuSerif) y el tamaño de ella (9) en tu Conky, usa este comando en el: <code> .conf</code> escribe:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
...
${font DejaVuSerif:size-9}
...
]];</pre>
}}
'''3.''' Si la linea de codigo muestra el texto "Kernel" y si estas usando el kernel (<code>$alingnr</code> solo produce un formato mas agradable y suave, no es necesario: <code>$alingr</code> alinea este texto a la derecha de tu Conky):
{{File|file=~/.conky/conky/conky.conf|
content=<pre>conky.text = [[
Kernel: ${alingr}${kernel}
]];</pre>
}}
'''4.''' Esta variable te muestra las ultimas 3 entradas mas recientes del blog de Manjaro (usando rss). Esto verifica actualizaciones cada 60 minutos.
{{File|file=~/.config/conky/conky.conf|
content=<pre:conky.text. = [[
${rss http://manjaro.org/feed/ 60 item_titles 3}
]];</pre>
}}
'''5.''' Información sobre la partición root <code>/</code> de tu instalación de Manjaro es mostrada usando:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Root: ${alingr}${fs_used /} of ${fs_size /}
]];</pre>
}}
'''6.''' En cambio del ejemplo 3, puedes seguir esta linea de codigo para mostrar la misma información:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Kernel: ${alingnr}${execi 3600 uname -r}
]];</pre>
}}
 h Brazilian Portuguese (pt-br)''2.''' Você pode chamar a fonte padrão (e seu tamanho) com este comando:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
...
$font
...
]];</pre>
}}
Se você deseja usar uma fonte diferente (DejaVuSerif) e um tamanho de fonte diferente (9) no seu Conky, use este comando no seu código <code>.conf</code>:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
...
${font DejaVuSerif:size=9}
...
]];</pre>
}}
'''3.''' Esta linha de código exibe o texto "Kernel: " e o kernel que você está usando (usar <code>$alignr</code> apenas proporciona uma formatação mais agradável, não é necessário: <code>$alignr</code> alinha todo o texto seguinte à direita do seu Conky):
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Kernel: ${alignr}${kernel}
]];</pre>
}}
'''4.''' Esta variável fornece os títulos das últimas 3 entradas do blog do Manjaro (usando RSS). Verifica atualizações a cada 60 minutos.
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
${rss http://manjaro.org/feed/ 60 item_titles 3}
]];</pre>
}}
'''5.''' Informações sobre a partição raiz <code>/</code> da sua instalação Manjaro são exibidas usando
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Root: ${alignr}${fs_used /} de ${fs_size /}
]];</pre>
}}
'''6.''' Em vez do exemplo 3, você pode usar o seguinte código para exibir exatamente as mesmas informações:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Kernel: ${alignr}${execi 3600 uname -r}
]];</pre>
}}
 h Russian (ru)'''2.''' Вы можете вызвать шрифт по умолчанию (и его размер) с помощью этой команды:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
...
$font
...
]];</pre>
}}
Если вам нужен другой шрифт (DejaVuSerif) и размер (9) в вашем conky - используйте эту команду в вашем коде <code>.conf</code>:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
...
${font DejaVuSerif:size=9}
...
]];</pre>
}}
'''3.''' В этой строке кода отображается текст "Kernel: " и используемое вами ядро (использование <code>$alignr</code> просто обеспечивает более приятное форматирование, в этом нет необходимости: <code>$alignr</code> выравнивает весь следующий текст справа от вашего conky):
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Kernel: ${alignr}${kernel}
]];</pre>
}}
'''4.''' Эта переменная дает Вам последние 3 названия записей в блоге manjaro (с использованием rss). Он проверяет наличие обновлений каждые 60 минут.
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
${rss http://manjaro.org/feed/ 60 item_titles 3}
]];</pre>
}}
'''5.''' Информация о корневом разделе <code>/</code> вашей установки manjaro отображается с помощью
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Root: ${alignr}${fs_used /} of ${fs_size /}
]];</pre>
}}
'''6.''' Вместо примера 3 вы можете использовать следующий код для отображения точно такой же информации:
{{File|file=~/.config/conky/conky.conf|
content=<pre>conky.text = [[
Kernel: ${alignr}${execi 3600 uname -r}
]];</pre>
}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.