Cara memperbaiki conky yang tidak bisa transparan (error badmatch) pada kali linux sana 2.0

1. Buka folder home kamu,  lalu tekan ctrl+h untuk menampilkan file yang di hidden  
2 .Carilah file .conkyrc, lalu backuplah file tersebut terlebih dahulu
3. Buka file .conkyrc dan tambahkan teks berikut :   

own_window yes
own_window_argb_visual true
own_window_argb_value 0
own_window_type desktop

Contoh file .conkyrc saya :

# 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 fahrenheit

# Window specifications #

own_window yes

own_window_argb_visual true

own_window_argb_value 0

own_window_type desktop
#own_window_type override
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

border_inner_margin 0
border_outer_margin 0

minimum_size 200 250
maximum_width 200

alignment tr
gap_x 35
gap_y 55

# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no

# Text settings #
use_xft yes
xftfont caviar dreams:size=8
xftalpha 0.5

uppercase no

temperature_unit celsius


default_color FFFFFF

# Lua Load  #
lua_load ~/.lua/scripts/clock_rings.lua
lua_draw_hook_pre clock_rings

TEXT
${voffset 8}${color 0066FF}${font caviar dreams:size=16}${time %A}${font}${voffset -8}${alignr 50}${color FFFFFF}${font caviar dreams:size=38}${time %e}${font}
${color FFFFFF}${voffset -30}${color FFFFFF}${font caviar dreams:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font caviar dreams:size=20}${time %Y}${font}${color 0066FF}${hr}
${voffset 140}${font caviar dreams:size=10}${alignr}HOME${font}
${font caviar dreams:size=12}${color FFFFFF}${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ LQBK temperature temperature 30} °C${font}
${image ~/.conky/ene.png -p 0,100 -s 205x330}

${color FFFFFF}${goto 25}${voffset 35}${cpu cpu0}%
${color 0066FF}${goto 25}CPU
${color FFFFFF}${goto 50}${voffset 23}${memperc}%
${color 0066FF}${goto 50}RAM
${color FFFFFF}${goto 75}${voffset 23}${swapperc}%
${color 0066FF}${goto 75}Swap
${color FFFFFF}${goto 100}${voffset 23}${fs_used_perc /}%
${color 0066FF}${goto 100}Disk
${color FFFFFF}${goto 125}${voffset 25}${downspeed eth0}
${color FFFFFF}${goto 125}${upspeed eth0}
${color 0066FF}${goto 125}Net



${color FFFFFF}${font caviar dreams:size=8}Uptime: ${uptime_short}
${color FFFFFF}${font caviar dreams:size=8}Processes: ${processes}
${color FFFFFF}${font caviar dreams:size=8}Running: ${running_processes}

${color 0066FF}${font caviar dreams:size=8}${alignr}In The End
${color 0066FF}${font caviar dreams:size=8}${alignr}Have Nothing in Cyber World
${color 0066FF}${font caviar dreams:size=8}${alignr}Just a Fake Name
${color 0066FF}${font caviar dreams:size=8}${alignr}${nodename}

4. Terakhir restart conky dengan cara buka terminal lalu ketik :
killall conky
Kemudian
conky

Untuk lebih jelas nya bisa dilihat disini:
See http://conky.sourceforge.net/config_settings.html

Selamat mencoba dan semoga bermanfaat :)

Previous
Next Post »