-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconkyrc
114 lines (91 loc) · 3.24 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
background yes
use_xft yes
xftalpha 1
# Xft font when Xft is enabled
#xftfont Trebuchet MS:size=10
xftfont Sans:size=8
# Update interval in seconds
update_interval 60.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
own_window yes
own_window_transparent yes
#own_window_type override
own_window_type desktop
own_window_type normal #use this if you want a nice shadow to appear around conky
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer no
minimum_size 160 160
maximum_width 160
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
# stippled_borders 8
# border_margin 2
# border_width 1
# Default colors and also border colors
default_color black
default_shade_color grey
default_outline_color white
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 1700
#gap_x 1420
#gap_x 15
gap_y 15
# Subtract file system buffers from used memory?
no_buffers no
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
##############################################
##############################################
TEXT
$alignc $uptime
${alignc}${exec whoami} @ $nodename
${font Monospace:size=8}$alignc $kernel
${font Monospace:bold:size=8}Processor ${hr 2}
${font Monospace:size=8}${cpugraph cpu1}
${font Monospace:size=8}CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,88}
${font Monospace:size=8}${cpugraph cpu2}
${font Monospace:size=8}CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,88}
${font Monospace:bold:size=8}PROCESS $alignr PID CPU
${font Monospace:size=8}${top name 1} $alignr ${top pid 1} ${top cpu 1}
${top name 2} $alignr ${top pid 2} ${top cpu 2}
${top name 3} $alignr ${top pid 3} ${top cpu 3}
${top name 4} $alignr ${top pid 4} ${top cpu 4}
${top name 5} $alignr ${top pid 5} ${top cpu 5}
${top name 6} $alignr ${top pid 6} ${top cpu 6}
${top name 7} $alignr ${top pid 7} ${top cpu 7}
${top name 8} $alignr ${top pid 8} ${top cpu 8}
${font Monospace:bold:size=8}Memory ${hr 2}
${font Monospace:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
$membar
${font Monospace:bold:size=8}Harddisk ${hr 2}
${font Monospace:size=8}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
${fs_bar /}
~ $alignc ${fs_used /home/engelju} / ${fs_size /home/engelju} $alignr ${fs_used_perc /home/engelju}%
${fs_bar /home/engelju}
SWP $alignc ${swap} / ${swapmax} $alignr ${swapperc}%
${swapbar}
${font Monospace:bold:size=8}Network ${hr 2}
${font Monospace:size=8}Public IP: ${font Monospace:size=8}${exec ~/bin/myip.sh}
${font Monospace:size=8}Local IP: ${font Monospace:size=8}${addr eth0}
${downspeedgraph eth0 F57900 FCAF3E}
Down: ${downspeed eth0} kb/s $alignr total: ${totaldown eth0}
${upspeedgraph eth0 F57900 FCAF3E}
Up: ${upspeed eth0} kb/s $alignr total: ${totalup eth0}