-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.conkyrc
72 lines (67 loc) · 2.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
background no
font Ubuntu:bold:size=11
use_xft yes
xftalpha 0.9
update_interval 3.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 180 5
maximum_width 180
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders yes
default_color cccccc
default_shade_color black
default_outline_color green
alignment top_right
gap_x 12
gap_y 35
no_buffers yes
uppercase no
cpu_avg_samples 4
override_utf8_locale no
uppercase no
TEXT
CPU: ${alignr}${freq} MHz
FAN; ${alignr}${execi 30 cat /home/malin/var/speed} %
RAM: ${alignr}$mem
${membar 4}
Core 1 ${alignr} ${execi 30 cat /home/malin/var/temps/1 | awk '{print $0 }' } C ${cpu cpu1}%
${cpubar 4 cpu1}
Core 2 ${alignr} ${execi 30 cat /home/malin/var/temps/2 | awk '{print $0 }' } C ${cpu cpu2}%
${cpubar 4 cpu2}
Core 3 ${alignr} ${execi 30 cat /home/malin/var/temps/3 | awk '{print $0 }' } C ${cpu cpu3}%
${cpubar 4 cpu3}
Core 4 ${alignr} ${execi 30 cat /home/malin/var/temps/4 | awk '{print $0 }' } C ${cpu cpu4}%
${cpubar 4 cpu4}
${top name 1}$alignr${top cpu 1}
${top name 2}$alignr${top cpu 2}
${top name 3}$alignr${top cpu 3}
${top name 4}$alignr${top cpu 4}
${top name 5}$alignr${top cpu 5}
RAM: ${alignr}$mem ($memperc%)
${top_mem name 1}$alignr${top_mem mem 1}
${top_mem name 2}$alignr${top_mem mem 2}
${top_mem name 3}$alignr${top_mem mem 3}
${top_mem name 4}$alignr${top_mem mem 4}
${top_mem name 5}$alignr${top_mem mem 5}
Filesystem
Root: ${alignr}${fs_used /} / ${fs_size /}
${fs_bar 4 /}
#Home: ${alignr}${fs_used /home} / ${fs_size /home}
#${fs_bar 4 /home}
#Amp: ${alignr}${fs_used /Ampersand} / ${fs_size /Ampersand}
#${fs_bar 4 /Ampersand}
Ner w: ${downspeed wlan0}/s ${alignr}(${totaldown wlan0})
${downspeedgraph wlan0 000000 775555}
Upp w: ${upspeed wlan0}/s ${alignr}(${totalup wlan0})
${upspeedgraph wlan0 000000 557755}$color
Ner : ${downspeed usb0}/s ${alignr}(${totaldown usb0})
${downspeedgraph eth0 000000 775555}
Upp : ${upspeed usb0}/s ${alignr}(${totalup usb0})
${upspeedgraph usb0 000000 557755}$color