wiki:tools:conky
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:tools:conky [2021/10/14 15:41] – cleiton | wiki:tools:conky [2024/12/03 11:26] (current) – cleiton | ||
---|---|---|---|
Line 5: | Line 5: | ||
<cli> | <cli> | ||
- | pikaur -Ss conky | + | $ pikaur -Sy conky |
- | mkdir -p ~/ | + | $ mkdir -p ~/ |
- | cp / | + | $ cp / |
- | conky -c ~/ | + | $ conky -c ~/ |
- | vi ~/ | + | $ vi ~/ |
</ | </ | ||
Line 46: | Line 46: | ||
border_inner_margin = 5, | border_inner_margin = 5, | ||
border_outer_margin = 0, | border_outer_margin = 0, | ||
+ | # | ||
xinerama_head = 1, | xinerama_head = 1, | ||
alignment = ' | alignment = ' | ||
Line 110: | Line 111: | ||
${top name 10} $alignr ${top pid 10} ${top cpu 10}% ${top mem 10}% | ${top name 10} $alignr ${top pid 10} ${top cpu 10}% ${top mem 10}% | ||
]]; | ]]; | ||
- | |||
</ | </ | ||
+ | |||
+ | Para adicionar o monitor da VPN-SSL Fortinet, adicione as linhas no local que desejar: | ||
+ | ${font Ubuntu: | ||
+ | ${font sans-serif: | ||
+ | |||
+ | |||
+ | Adicionar o comando abaixo no startup do sistema: | ||
+ | |||
+ | conky -c / | ||
+ | | ||
+ | Para ajustar em múltiplos monitores, ajustes os parâmetros: | ||
+ | |||
+ | gap_x = 0, | ||
+ | gap_y = 33, | ||
+ | -- ou | ||
+ | gap_x = -1920, | ||
+ | gap_y = 33, | ||
+ | |||
+ | <WRAP center round info 60%> | ||
+ | No KDE Plasma com Wayland, acessar o '' | ||
+ | Isto evitará múltiplas instâncias do conky sendo iniciadas e sobrepondo-se. | ||
+ | </ | ||
+ | |||
+ | |||
+ | Referências: | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ |
wiki/tools/conky.1634226090.txt.gz · Last modified: 2021/10/14 15:41 by cleiton