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

Viconky (scrot, raw, dl)

Vicophine Oct 03, 2012 (info/conky)

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
29
30
31
32
33
34
35
36
37
38
39
40
41
##############################################
#  Settings
##############################################
background yes
use_xft yes
xftfont silkscreen:size=5.7
xftalpha 1
text_buffer_size 50000
update_interval 0.50
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type dock
own_window_colour 262729
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades yes
draw_outline no
draw_borders yes
draw_graph_borders no
default_color 789922
default_shade_color black
default_outline_color white
gap_x 4
gap_y 4
no_buffers yes
uppercase no
cpu_avg_samples 10
override_utf8_locale no
temperature_unit celsius
#alignment top_center
alignment bl ## top_center
minimum_size 1366 1
short_units yes
pad_percents 2
top_name_width 2
##############################################
#  Output #
##############################################
TEXT
${alignc} ${color f92672}Debian Wheezy ${color} | ${color beed5f}Machine:${color d3d3d3} $nodename | ${color fd971f} Uptime:${color d3d3d3} $uptime ${color}| ${color ff669d}Kernel: ${color d3d3d3} $kernel | ${color 9e6ffe}Cpu: ${color e3e3e3}${cpu cpu0}% | ${color 00CBEE}Ram: ${color d3d3d3}${mem}/${memmax} | ${color}System: ${color e0e0e0}${font}${fs_used /} | ${color}Home: ${color e1e1e1}${font}${fs_used /home}/${fs_size /home} | ${color G767676} Title: ${color e0e0e0} ${mpd_title} | ${color D45951}Artist: ${color e0e0e0}${mpd_artist} | ${color F21212}Album: ${color e0e0e0}${mpd_album} | ${color 900319} Length: ${color e0e0e0}${mpd_elapsed}/${mpd_length}

CLICK TO VIEW

x

Notes

Requires “silkscreen” font.
‘wget http://kottke.org/plus/type/silkscreen/download/silkscreen.zip
‘tar xjf silkscreen.zip’
‘mv silkscreen.tff slkscb.tff slkscre.ttf slkscreb.ttf ~/.fonts/’

Then reload conky. Some settings (such as max/min screen size) will need to be manually changed depending on your resolution.

Enjoy.