guest@dotshare [~/groups/info/conky] $ ls conky-i3/ | cat

conky-i3 (scrot) (+1 likes)

mixtr Aug 26, 2012 (info/conky)

.conkyrc(raw, dl)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
background 		false
cpu_avg_samples 	2
format_human_readable 	yes
if_up_strictness	address
short_units 		on
update_interval 	1.0
out_to_console		yes
mpd_host          	localhost
mpd_port		6600
mail_spool		/home/mixtr/Mail/
#hddtemp_host		"127.0.0.1"
#hddtemp_port		7634


TEXT
^bg(\#232323) Music ^bg() ${mpd_artist 30} - ${mpd_title 40} ($mpd_length) \
^bg(\#232323) CPU ^bg() ${cpu cpu1}-${cpu cpu2}-${cpu cpu3}-${cpu cpu4}-${cpu cpu5}-${cpu cpu6}-${cpu cpu7}-${cpu cpu8} \
^bg(\#232323)^fg(hotpink3) Temp ^bg() ${platform coretemp.0 temp 3} \
^bg(\#232323)^fg() Mem ^bg() $mem \
^bg(\#232323)^fg(steelblue3) Bat ^bg() ${battery_short BAT1} \
^bg(\#232323)^fg() eth0 ^bg() ${downspeedf eth0}/${upspeedf eth0} \
^bg(\#232323) eth1 ^bg() ${downspeedf eth1}/${upspeedf eth1} \
^bg(\#232323) Vol ^bg() $mixer \
^bg(\#232323)^fg(orange3) Mail ^bg() ${new_mails /home/mixtr/Mail/inbox} \
^bg(\#232323)^fg() A ^bg() ${exec xset q | awk '/Caps/ { print $4 }'} \
^bg(\#232323) 1 ^bg() ${exec xset q | awk '/Num/ { print $8 }'} \
^bg(\#232323) fr ^bg() ${exec xset q | awk '/Group 2:/ { print $4 }'} \
^bg()^fg(\#ffdb00) ${time %a %d %H:%M.%S} 

CLICK TO VIEW

x

.dzen(raw, dl)

1
2
3
4
#!/bin/sh

FG=#9e9e9e
conky | dzen2 -ta r -x 125 -y 3 -w 1600 -fg $FG -bg black -fn 'Mona-8' 
 

x