Bem-vindo: Dom, 24 de Novembro 2024, 3:51 Pesquisa avançada
# Conky settings #
background no
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
#imlib_cache_size 0
temperature_unit celsius
# Window specifications #
own_window yes
own_window_transparent yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_argb_visual yes
#own_window_argb_value 255
#own_window_colour 2D2D2D
border_inner_margin 0
border_outer_margin 0
border_width 2
minimum_size 350 0
maximum_width 500
alignment br
gap_x 90
gap_y 350
# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text settings #
use_xft yes
override_utf8_locale yes
xftfont Open Sans Light:pixelsize=8
xftalpha 0.8
uppercase no
temperature_unit celsius
# Colors settings #
default_outline_color FAFAFA
own_window_colour 171717
default_color c4c4c4
color0 ffffff
color1 ffffff
color2 ffffff
color3 ffffff
color4 ffffff
imlib_cache_size 0
TEXT
${font Aliquam, Ultra-Light:size=32}${time %A, %d %B, %Y}
${offset 180}${font Aliquam, Ultra-Light:size=60}${time %H:%M}
${cpugraph cpu0 28,84 ffffff d7d7d7}${downspeedgraph wlan0 28,86 d7d7d7 c7c7c7}${upspeedgraph wlan0 28,87 d7d7d7 c7c7c7}${loadgraph 28,87 d7d7d7 c7c7c7 -l}
${font}${offset 4}${voffset -100}${color1}cpu${offset 6}${color4}${hwmon 0 temp 1} °C${offset 43}${color2}down${offset 63}${color3}up${offset 70}${color3}load
Ainda não tem o Ubuntu instalado? Veja:
|
Dicas para melhorar o Ubuntu:
|
|
use_xft yes
xftfont 123:size=50
xftalpha 0.1
update_interval 1
total_run_times 0
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 250 5
maximum_width 700
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color red
default_outline_color red
alignment bottom_right
gap_x 20
gap_y 20
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer yes
color1 3C051C
color2 620D15
color3 931A0B
TEXT
${voffset 10}${color1}${font TRON:pixelsize=100}${time %H:%M}${font}${voffset -3}${offset 10}${color2}${font FoughtKnight Victory:pixelsize=28}${time %d} ${voffset -1}${color3}${font FoughtKnight Victory:pixelsize=24}${time %B} ${time %Y}${voffset -18}
Ainda não tem o Ubuntu instalado? Veja:
|
Dicas para melhorar o Ubuntu:
|
|
Claudio Novais (10-06-2013, 2:40) escreveu:Colors_conky
Este conky resume-se 7 círculos que simulam uma espécie de concavidade circular que é preenchida com cores consoante a utilização de cada aspeto do computador. Por ordem de cima para baixo os círculos indicam as seguintes informações:
- Processador utilizado
- Temperatura
- Memória Ram utilizada
- Upload da rede
- Download da rede
- Espaço ocupado na partição da Raiz
- Espaço ocupado na partição da /home (pasta pessoal)
# Use Xft?
use_xft yes
xftfont Droid Sans:size=8
xftalpha 0.8
text_buffer_size 2048
# Update interval in seconds
update_interval 1
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window_class Conky
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 200 0
maximum_width 300
# Draw shades?
draw_shades no
default_color ffffff #4D4D4D
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
stippled_borders 0
# border margins
border_margin 20
draw_graph_borders no
# border width
border_width 0
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 15
gap_y 0
imlib_cache_size 0
TEXT
${offset 48}${voffset 26}${font Dream MMA:size=15}${color #fff}${time %H} : ${time %M}${font}
${font Droid Sans:Bold:size=8}${offset 65}${voffset 26}Host: ${font}${exec hostname}
${font Droid Sans:Bold:size=8}${offset 65}Uptime: ${font}$uptime_short
${font Droid Sans:Bold:size=8}${offset 65}Kernel: ${font}
${offset 68}${kernel}
${font Droid Sans:Bold:size=8}${offset 65}${voffset 18}CPU: ${font}${cpu cpu0}%
${font Droid Sans:Bold:size=8}${offset 65}Memory : ${font}$mem (${memperc}%)
${font Droid Sans:Bold:size=8}${offset 65}${voffset 35}root: ${font}${fs_free /}
${font Droid Sans:Bold:size=8}${offset 65}home: ${font}${fs_free /home}
${font Droid Sans:Bold:size=8}${offset 65}${voffset 28}Upload: ${font}${upspeed wlan0}
${font Droid Sans:Bold:size=8}${offset 65}Download: ${font}${downspeed wlan0}
${image ~/.conky/bg_s1mp3l.png -p 0,-10}
Ainda não tem o Ubuntu instalado? Veja:
|
Dicas para melhorar o Ubuntu:
|
|
Ainda não tem o Ubuntu instalado? Veja:
|
Dicas para melhorar o Ubuntu:
|
|
Ainda não tem o Ubuntu instalado? Veja:
|
Dicas para melhorar o Ubuntu:
|
|
Claudio Novais (07-08-2013, 21:41) escreveu:Provavelmente você não pôs os ficheiros nos sítio certo Rorteg. O que acontece se você executar o comando seguinte?conky -c .conky/goldAndGray/cpu
Usuários navegando neste fórum: Nenhum usuário registrado e 11 visitantes