Share Conky di Desktop Kalian
pengguna baru show opp destop
itu themanya aku ganti pake Mac..
as

(01-15-2012, 04:16 PM)xsan-lahci Wrote: [Image: 124ar9z.jpg]

ini conky ane masbro btw punya om Jurank DC keren bet abis gini ane cobain ah hehehe

1. Install Conky
Boleh dilewat kalo udah punya, tapi kalo mau nambah ppa silakan lanjut
Code:
sudo add-apt-repository ppa:norsetto/ppa
sudo apt-get update
sudo apt-get install conky-all

2. Install paket2 yg diperlukan
Code:
sudo apt-get install python-statgrab ttf-droid curl

Kalau mau menampilkan temperatur CPU/Motherboard/Harddisk install juga paket berikut:
Code:
sudo apt-get install lm-sensors hddtemp

Setelah selesai kita perlu meng-konfigurasi lm-sensors
Code:
sudo sensors-detect

Jawab setiap pertanyaan dengan yes

Untuk menjalankan sensor, lakukan perintah berikut:
Code:
sudo /etc/init.d/module-init-tools start

Lakukan perintah berikut agar hddtemp bisa bekerja:
Code:
sudo chmod u+s /usr/sbin/hddtemp

3. Donlod conky-colors
Donlod dari sini. Ambil yg "Source (conky-colors)

4. Konfigurasi Conky-colors Anda
a. Ekstrak file yg didonlod barusan kemudian pindah ke direktori tersebut, misal di ekstrak di root folder maka cd ~/conky-colors, kemudian lakukan perintah berikut:
Code:
make

b. Lihat option yg ada dengan perintah:
Code:
./conky-colors --help

Kemudian setelah menentukan pilihan ketikkan perintah ./conky-colors diikuti dengan option, misal yg di screenshot ane pake command:
Code:
./conky-colors --lang=english --theme=ambiance --cpu=2 --cputemp --swap --updates --hdtemp1=sda --proc=3 --clock=modern --calendar  --hd=meerkat --network --ubuntu

lalu akan keluar seperti ini :
Code:
[u]nity or [g]nome-shell:jawab g jika linux anda gnome

lalu keluar lagi yang beginian :
Code:
(calendar-fix) ubuntu distro? [y][n]: jawab y

masih belom kelar nih om tar keluar lagi kaya begini :
Your conkyrc was copied to /root/.conkycolors
Generated configuration files are copied to /root/.conkycolors

To run conky-colors and conky type: ketik dibawah ini trus enter !!!

Code:
conky -c /root/.conkycolors/conkyrc

taraaaa berhasil deh di jalanin

kalo mau muncul pas laptop baru di idupin ketik beginian

Masuk ke System > Preferences > Startup Application
Isi name dan comment conky atau terserah, dan isi command dengan "~/.conkycolors/bin/conkyStart"

mohon maaf jikalau masih ada kekurangan bisa langsung menuju kesumber

Angel

kk xsan-lahci kok ane punya kluar kek gini

Code:
root@bt:~# conky -c .conkycolors/conkyrc
Conky: desktop window (e0002b) is subwindow of root window (103)
Conky: window type - override
Conky: drawing to created window (0x3c00001)
Conky: drawing to double buffer
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'
sh: -c: line 0: syntax error near unexpected token `/bin/conkyHD2'
sh: -c: line 0: `(null)/bin/conkyHD2'

# 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_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 22
gap_y 35

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

# Text settings #
use_xft yes
override_utf8_locale yes
xftfont NeuropoliticalConfusedize=8
xftalpha 0.8
uppercase no

temperature_unit celsius

default_color 66ccff66ccff

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

TEXT
${font NeuropoliticalConfusedize=42}${time %e}
${goto 100}${font NeuropoliticalConfusedize=18}${color f06}${voffset -75}${time %b}
${font NeuropoliticalConfusedize=10}${color f06}${voffset 15}${time %A}${color f06}${hr}
${goto 100}${font NeuropoliticalConfusedize=15}${color 66ccff66ccff}${voffset -35}${time %Y}
${font NeuropoliticalConfusedize=30}${voffset 40}${alignc}${time %H}:${time %M}
${goto 175}${voffset -30}${font NeuropoliticalConfusedize=10}${time %S}
${voffset 10}${font NeuropoliticalConfusedize=11}${color f06}${alignr}Banda Aceh${font}
${font NeuropoliticalConfusedize=13}${color 66ccff66ccff}${alignr}temp: ${weather http://weather.noaa.gov/pub/data/observa.../stations/ WAAA temperature temperature 30} °C${font}
${hr}
${image /xxx/xxx/.conky/logo.png -p 165,10 -s 35x35}
${color 66ccff}${font NeuropoliticalConfusedize=10}${alignr}${pre_exec cat /etc/issue.net} $machine

${color 66ccff}${font NeuropoliticalConfusedize=10}${alignc}Kernel: ${kernel}
${hr}

${color f06}${goto 120}${voffset 6}CPU
${color 66ccff66ccff}${goto 125}${cpu cpu0}%
${color f06}${goto 120}${voffset 55}RAM
${color 66ccff66ccff}${goto 125}${memperc}%
${color f06}${goto 115}${voffset 56}Home
${color 66ccff66ccff}${goto 125}${fs_used_perc}%

cara buka conky setting dmn bro,,,
bingung ane

wah mantap2 bgt congky'a..
boleh nih dicoba..Wink
# Yang Muda
# Yang Seharusnya Berkreasi & Berprestasi

ane nyobak conky dari threads ini : http://indonesianbacktrack.or.id/forum/s...Ls3pHgzetI

tapi kok gini hasil nya Sad(

[Image: Screenshot-11.png]

(12-02-2012, 07:13 PM)[H2] Wrote: ane nyobak conky dari threads ini : /forum/showthread.php?tid=3686#.ULs3pHgzetI

tapi kok gini hasil nya Sad(


kbtulan ane TS nya =)) =))
yakin om,cara instalasi nya bner :-? :-?
Klik Here

Clound@IBTeam:~#
EMail Me : [email protected]

(12-02-2012, 07:18 PM)Clound_Carbelius Wrote:
(12-02-2012, 07:13 PM)[H2] Wrote: ane nyobak conky dari threads ini : /forum/showthread.php?tid=3686#.ULs3pHgzetI

tapi kok gini hasil nya Sad(


kbtulan ane TS nya =)) =))
yakin om,cara instalasi nya bner :-? :-?

yakin om, sebelumnya ane emg udh pakek conky, tp bukan yg gituan...

omm kok saya setelah install conkynya malah fitur btnya ngak bisa di gunakan ....
cuma fitur dari btnya aja .. Sad

#mohon bimbinganya ,,

UP... UP... :d

Show off Desktop sekaligus conky :-bd

[Image: A_Y7i0ECMAAo0_f.png:large]

Simple nan Elegant :p
Download conkynya disini.
Spoiler! :
FREE YOUR MIND and THINK






Users browsing this thread: 1 Guest(s)