summaryrefslogtreecommitdiffstats
path: root/configs/conkyrc
blob: a7927610c895a57675cca5dbef96ab9c91d95279 (plain)
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
# set to yes if you want Conky to be forked in the background
background yes

# number of samples to average
cpu_avg_samples 2
net_avg_samples 2

#send output to stdout
out_to_console no

# Xft use?
use_xft yes
xftfont Bitstream Vera Sans Mono:pixelsize=12
# Xft text alpha
#xftalpha 0.8

# Update interval in seconds
update_interval 1

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

draw_shades no
draw_outline no
draw_borders no
stippled_borders 8
border_margin 4
border_width 1

# Default colors and also border colors
default_color white
default_shade_color lightgrey
default_outline_color white

# alignment on screen
alignment top_right

# Min/max sizes
minimum_size 220
maximum_width 220

# Gap between borders of screen and text
gap_x 5
gap_y 5

# Add spaces to keep things from moving about?
use_spacer yes

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# stuff after 'TEXT' will be formatted on screen
TEXT
${alignc}$nodename - $kernel
${alignc}$time
${alignc}${color lightgrey}Up:$color $uptime_short  ${color lightgrey}Load:$color $loadavg
${alignc}${color lightgrey}CPU:$color ${freq}MHz ${cpu}% ${acpitemp}°C
${color lightgrey}${cpugraph 000000 0000ff}
${color lightgrey}Bat: ${alignr}$color${battery}
${color lightgrey}RAM: ${alignr}$color${memperc}% - ${mem}/${memmax}
${membar}
${color lightgrey}FS: /${alignr}$color${fs_used /}/${fs_size /}
${fs_bar /}
${color lightgrey}FS: /mnt${alignr}$color${fs_used /mnt}/${fs_size /mnt}
${fs_bar /mnt}

${color lightgrey}Wired (eth0): $color${addr eth0}
 ${color lightgrey}Down: $color${downspeed eth0} k/s ${alignr}${color lightgrey}Up: $color${upspeed eth0} k/s
${color lightgrey}Wireless (ath0): $color${addr ath0}
 ${color lightgrey}AP: $color${wireless_essid ath0} ${alignr}$color${wireless_bitrate ath0}
 ${color lightgrey}Down: $color${downspeed ath0} k/s ${alignr}${color lightgrey}Up: $color${upspeed ath0} k/s

${color lightgrey}Conns: $color${tcp_portmon 1 65535 count} ${alignr}${color lightgrey}In: $color${tcp_portmon 1 32767 count}  ${color lightgrey}Out: $color${tcp_portmon 32768 61000 count}
${color}Inbound ${alignr} Port${color lightgrey}
 ${tcp_portmon 1 32767 rhost 0} ${alignr}${tcp_portmon 1 32767 lservice 0}
 ${tcp_portmon 1 32767 rhost 1} ${alignr}${tcp_portmon 1 32767 lservice 1}
${color}Outbound ${alignr} Port${color lightgrey}
 ${tcp_portmon 32768 61000 rhost 0} ${alignr}${tcp_portmon 32768 61000 rservice 0}
 ${tcp_portmon 32768 61000 rhost 1} ${alignr}${tcp_portmon 32768 61000 rservice 1}
 ${tcp_portmon 32768 61000 rhost 2} ${alignr}${tcp_portmon 32768 61000 rservice 2}
 ${tcp_portmon 32768 61000 rhost 3} ${alignr}${tcp_portmon 32768 61000 rservice 3}