-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.conkyrc
57 lines (56 loc) · 1.55 KB
/
.conkyrc
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
# conky configuration
# Check http://conky.sf.net for an up-to-date-list.
background yes
use_xft yes
xftfont Liberation Sans:size=16
xftalpha 1
update_interval 15.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_argb_visual yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 300 20
maximum_width 500
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color 000000
default_shade_color 000000
default_outline_color 5D2560
alignment bottom_left
gap_x 15
gap_y 5
#no_buffers yes
uppercase no
cpu_avg_samples 2
#override_utf8_locale yes
default_bar_size 110 6
default_graph_size 100 50
default_gauge_size 30 15
text_buffer_size 1024
#max_specials 1024
##############################################
# Output
##############################################
TEXT
# Short version
#${font cuprum:size=10}
#cpu $cpubar \
#ram $membar \
#disk ${fs_bar /home} \
#$nodename, up $uptime_short
#
# Version where bars will be red if usage is above 90%
#${font Andale Mono:style=Regular:size=10}
${font cuprum:size=10}
#${execpi 60 kanConky}
${color black}cpu ${if_match ${cpu}>=90}${color black}${endif}$cpubar \
${color black}ram ${if_match ${memperc}>=90}${color aa3333}${endif}$membar \
${color black}disk ${if_match ${fs_used_perc /home}>=90}${color aa3333}${endif}${fs_bar /home} \
${color black} $nodename, uptime $uptime_short \
${color black}${if_match ${downspeedf}>=1}dl▾ $downspeed/s${endif} \
${color black}${if_match ${upspeedf}>=1}up▴ $upspeed/s${endif} \