"My First Conky Config" ~Dobbie03
Este é um simples Conky apresentado e disponibilizado por
Matthew Dobson que apresenta informações do relógio e calendário e algumas informações do sistema. Esse Conky disponibilizado pelo autor no link abaixo traz o ficheiro de configuração e a font "
BankGothic Md" que você deverá instalar:
Enquanto experimentava este Conky, deparei-me com um problema no Ubuntu 13.10, onde o fundo estava todo negro. Basicamente adicionei a flag "
own_window_argb_visual yes", referida no post acima, e resolveu o problema. O resultado é a configuração seguinte:
- Código: Selecionar todos
alignment top_middle
background no
border_margin 5
border_width 5
default_color d7d7d7 #413536 # grey 5f5f5f 3F3F3F 183149 3B3B3B 26211F
double_buffer yes
draw_borders no
draw_outline no
draw_shades no
gap_x 0
gap_y 150
maximum_width 1000
minimum_size 175
no_buffers yes
override_utf8_locale yes
own_window yes
own_window_title conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type normal ## normal /override /desktop
own_window_argb_visual yes
text_buffer_size 8000
total_run_times 0
update_interval 1
uppercase no
use_xft yes
xftalpha 1
xftfont Freesans:pixelsize=9
# fonts
# Blue Highway
# Zegoe Light - U
# Zekton
# Calibri
# Engebrechtre
# Opeln2001
# Pricedown
TEXT
${font BankGothic Md BT:pixelsize=15}${alignc}${time [ %A, %H:%M:%S ]}${font}
${font BankGothic Md BT:pixelsize=65}${alignc}${time %d %B, %Y}${font}
${font BankGothic Md BT:pixelsize=12}${alignc}[ CPU1: ${cpu cpu0}% CPU2: ${cpu cpu1}% CPU3: ${cpu cpu2}% CPU4: ${cpu cpu3}% ]
${font BankGothic Md BT:pixelsize=12}${alignc}[ RAM: ${mem} | WLAN Up: ${upspeed wlan0} WLAN Dwn: ${downspeed wlan0} ]