ubuntuusers.de

.conkyrc-1

Datum:
3. August 2008 00:08
Code:
 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
#avoid flicker

double_buffer yes



#own window to run simultanious 2 or more conkys

own_window  yes

own_window_transparent no

own_window_type normal

own_window_hints undecorate,sticky,skip_taskbar,skip_pager 



#borders

draw_borders no

border_margin 1



#shades

draw_shades no



#position

gap_x 0

gap_y 0

alignment top_center



#behaviour

update_interval 1



#colour

default_color  ffffff

#default_shade_color 000000

own_window_colour 000000



#font

use_xft yes

xftfont Vera-7
xftalpha 1



#to prevent window from moving

use_spacer no

minimum_size 1280 0



TEXT

${voffset 0}  |   ${color ffffff}${font}${exec whoami} at $nodename${color}   |   ${color ffffff}${font}ArchLinux 2008.06${color}   |   ${color ffffff}${font}Uptime: ${uptime_short}${color}   |   ${color ffffff}${font}Cpu: ${cpu}%${color}   |   ${color ffffff}${font}Mem: $memperc%${color}   |   Processes: ${color ffffff}${font}$processes${color}   |   Upspeed: $font${upspeed eth0} k/s   |   Downspeed: ${downspeed eth0} k/s   |   ${color ffffff}${font}Root: ${fs_used_perc /}% used${color}   |   ${color ffffff}${font}Home: ${fs_used_perc /home/arne}% used${color}   |   ${color ffffff}${font}Forecast: ${execi 1680 python ~/scripts/conkyForecast.py --location=GMXX0125 --datatype=CT --startday=1 --endday=1}${color}   |   ${color ffffff}${font}Updates: ${execi 300 perl ~/scripts/arch-updates/conky-updates.pl}${color}   |   ${color ffffff}${font}Emails: ${execi 300 python ~/scripts/gmail.py}${color}   |