public
Description: My dotfiles
Homepage: http://ciaranm.wordpress.com/
Clone URL: git://github.com/ciaranm/dotfiles-ciaranm.git
ciaranm (author)
Sun May 03 17:22:17 -0700 2009
commit  16df96a05e26dffff552d72c4c0ea4aa5b3eb5ca
tree    0c0909e31ee3e040f67c457149661db7cc43ea10
parent  a45e872888224d725e38a16910f8d80f88cff485
dotfiles-ciaranm / conkyrc-snowcone
100644 88 lines (74 sloc) 3.26 kb
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# vim: set ft=conkyrc :
alignment bottom_left
double_buffer yes
own_window no
own_window_type desktop
draw_borders yes
draw_graph_borders yes
update_interval 1
use_xft 1
own_window_transparent yes
xftfont Terminus:size=7
default_color grey90
border_width 0
gap_x 10
gap_y 10
mpd_host 127.0.0.1
 
TEXT
${color lightgoldenrod}System${color}
  host ${nodename} - ${machine}
  up ${uptime}
  load ${loadavg}
 
${color lightgoldenrod}CPUs${color}
  CPU1 ${cpugraph cpu1 20,200}
         ${freq 0}MHz ${platform coretemp.0 temp 1}C ${cpu cpu1}%
  CPU2 ${cpugraph cpu2 20,200}
         ${freq 1}MHz ${platform coretemp.1 temp 1}C ${cpu cpu2}%
  CPU3 ${cpugraph cpu3 20,200}
         ${freq 2}MHz ${platform coretemp.2 temp 1}C ${cpu cpu3}%
  CPU4 ${cpugraph cpu4 20,200}
         ${freq 3}MHz ${platform coretemp.3 temp 1}C ${cpu cpu4}%
 
${color lightgoldenrod}Memory${color}
  RAM ${membar 7,200}
 
${color lightgoldenrod}Processes (CPU) ${color}
  ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
 
${color lightgoldenrod}Processes (RAM) ${color}
  ${top_mem name 1} ${top_mem pid 1} ${top_mem mem 1}
  ${top_mem name 2} ${top_mem pid 2} ${top_mem mem 2}
  ${top_mem name 3} ${top_mem pid 3} ${top_mem mem 3}
  ${top_mem name 4} ${top_mem pid 4} ${top_mem mem 4}
 
${color lightgoldenrod}Filesystems${color}
  / ${fs_bar 7,200 /}
  ~ ${fs_bar 7,200 /home}
  /tmp ${fs_bar 7,200 /tmp}
  ~tmp ${fs_bar 7,200 /home/users/ciaranm/tmp}
 
${color lightgoldenrod}Disks${color}
  sda ${diskiograph_read /dev/sda 20,97} ${diskiograph_write /dev/sda 20,97}
         ${hddtemp sda}
  hdb ${diskiograph_read /dev/hdb 20,97} ${diskiograph_write /dev/hdb 20,97}
         ${hddtemp hdb}
 
${color lightgoldenrod}Network${color}
  eth1 ${downspeedgraph eth1 20,97} ${upspeedgraph eth1 20,97}
         ${addrs eth1}
  ra0 ${downspeedgraph ra0 20,97} ${upspeedgraph ra0 20,97}
         ${addrs ra0} ${wireless_essid ra0} ${wireless_bitrate ra0} ${wireless_link_qual_perc ra0}%
 
${color lightgoldenrod}Inbound Connections (${tcp_portmon 1 32767 count})${color}
  ${tcp_portmon 1 32767 lservice 0} ${tab 20} ${tcp_portmon 1 32767 rhost 0}
  ${tcp_portmon 1 32767 lservice 1} ${tab 20} ${tcp_portmon 1 32767 rhost 1}
  ${tcp_portmon 1 32767 lservice 2} ${tab 20} ${tcp_portmon 1 32767 rhost 2}
  ${tcp_portmon 1 32767 lservice 3} ${tab 20} ${tcp_portmon 1 32767 rhost 3}
 
${color lightgoldenrod}Outbound Connections (${tcp_portmon 32768 61000 count})${color}
  ${tcp_portmon 32768 61000 rservice 0} ${tab 20} ${tcp_portmon 32768 61000 rhost 0}
  ${tcp_portmon 32768 61000 rservice 1} ${tab 20} ${tcp_portmon 32768 61000 rhost 1}
  ${tcp_portmon 32768 61000 rservice 2} ${tab 20} ${tcp_portmon 32768 61000 rhost 2}
  ${tcp_portmon 32768 61000 rservice 3} ${tab 20} ${tcp_portmon 32768 61000 rhost 3}
 
${color lightgoldenrod}Apps ${color}
  ccache ${execi 15 ccache -s | sed -n '2,3s/[^0-9]\+\([0-9]\+\)$/\1/p' | xargs echo}
 
${color lightgoldenrod}System log${color}
${tail /var/log/messages 3}
 
${color lightgoldenrod}Music${color}
  MPD ${mpd_bar 7,200}
         ${mpd_smart}