Install Conky di Backtrack 5

Selamat malam sobat find4something. Pada malam ini, saya akan share tentang Install Conky di Backtrack 5
Agar  tampilan backtrack lebih keren lagi ane tambahin conky seperti gambar di bawah ni, supaya g bosen lihatinya hahaha =D

langsung saja ini caranya yang harus dilakukan
download dulu conkynya  Disini
root@bt:~# apt-get install conky-all
root@bt:~# apt-get install feh
root@bt:~# unzip conky-infinity-unity-1.zip
root@bt:~# sudo gedit ~/.conkyrc

ganti dengan code di bawah ini lalu save saja

# Conky settings #
background yes
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_type conky
own_window_transparent yes
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

border_inner_margin 0
border_outer_margin 0

## This Resolution is set according to the sreen resolution of 1280x800
## Adjust Accoring to yours

minimum_size 1280 800
maximum_width 1366

alignment tr
gap_x 10
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=12
xftalpha 0.5

uppercase no

temperature_unit celsius


default_color ffffff

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

Adjust these fields according to the your screen size i have modded them for 1280X800


TEXT
${offset 700}${color green}${font Domestic Manners:size=40}${time %H:%M}${font Domestic Manners:size=25}${voffset -5}${voffset -8}${color yellow}${font Domestic Manners:size=25}${time %d} ${voffset -15}${color white}${font Nimbus mono L:size=20}${time %B} ${time %Y}${font}${voffset 100}${font Domestic Manners:size=40}${offset -700}${time %A}${font}
${offset 300}${voffset -84}${font nimbus mono L:size=12:style=Bold}${color blue}HD ${offset 9}${color red}${fs_free /} / ${fs_size /}${offset 30}${color orange}RAM ${offset 9}${color red}$mem / $memmax${offset 30}${color wite}CPU ${offset 9}$color${cpu cpu0}%
${voffset 10}${offset 240}${color red}${hr 4}
${image ~/.conky/rev-eng.png}


${offset 130}${voffset 222}${font Santana:size=12:style=Bold}root : ${font Santana:size=9}${fs_used /}/${fs_size /}
${offset 130}${voffset 10}${font Santana:size=12:style=Bold}home: ${font Santana:size=9}${fs_used /home/Rev-Eng/Solaris}/${fs_size /home/Rev-Eng/Solaris}$font
${offset 120}${voffset 12}${color blue}${font Santana:size=9:style=Bold}swap: ${font Santana:size=8} ${swap} / ${swapfree}${font Nimbus mono L:size=9}
${offset 570}${voffset -110} ${color green}${font Domestic Manners:size=12:style=Bold}$Linux ${kernel} kernel
${offset 570}${voffset 5} Uptime :${uptime}
${offset 825}${voffset -80}${color orange}${font Santana:size=12:style=Bold}${exec whoami}@${nodename}
${offset 825}${voffset 0}${color orange}${font Nimbus mono L:size=11:style=Bold}${top name 5} ${top mem 5}




${offset 700}${voffset 130}${color white}${font Nimbus mono L:size=15:style=Bold}IP Address :${addr wlan0}
${offset 705}${voffset 10}${color yelow}${font Nimbus mono L:size=11:style=Bold}Down :${downspeed wlan0} k/s ${offset 8}Up:${upspeed wlan0} k/s
${offset 703}${voffset 10}${color green}${font Santana:size=10}TCP Connections: ${tcp_portmon 1 65535 count}
${offset 680}${voffset 10}${color green}${font Nimbus mono L:size=10}Speed Graph :
${offset 680}${voffset -10}${color green}${font Nimbus mono L:size=9}${color #000000}${downspeedgraph wlan0 32,150 000000 ffffff} ${color #000000}${upspeedgraph wlan0 32,150 000000 ffffff}


setelah selesai ketik conky di terminal

root@bt:~# conky

tambahkan conky di startup menu, untuk command conky

"catatan : buat yang menggunakan linux selain backtrack dan kali tambahin perintah sudo diawalnya" 

Comments