-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconkyrc
109 lines (105 loc) · 2.86 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
# conky configuration
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see:
# http://crunchbanglinux.org/forums/topic/2047/conky-help/
#
# Enjoy! :)
##############################################
# Settings
##############################################
background yes
use_xft yes
xftfont Liberation Sans:size=9
xftalpha 1
update_interval 2.0
update_interval_on_battery 6.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 150 700
maximum_width 240
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color 656667
default_shade_color 000000
default_outline_color 828282
alignment top_left
gap_x 52
gap_y 12
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
if_up_strictness link
##############################################
# Output
##############################################
TEXT
$nodename$alignr$kernel
Uptime:$alignr$uptime
${font Liberation Sans:bold:size=9}MEMORY ${hr 2}\
${font Liberation Sans:normal:size=9}
RAM:$alignr$mem / $memmax
$membar
Swap:$alignr$swap / $swapmax
$swapbar
Root$alignr${fs_used /} / ${fs_size /}
${fs_bar /}
Home$alignr${fs_used /home/corey} / ${fs_size /home/corey}
${fs_bar /home/corey}
${font Liberation Sans:bold:size=9}CPU ${hr 2}\
${font Liberation Sans:normal:size=9}
CPU usage:$alignr$cpu%
Frequency:$alignr$freq_g GHz
Temperature:$alignr${platform coretemp.0 temp 1} C
Fan:$alignr${platform thinkpad_hwmon fan 1} rpm
${cpugraph -l}
${top name 1}$alignr${top cpu 1}
${top name 2}$alignr${top cpu 2}
${top name 3}$alignr${top cpu 3}
${font Liberation Sans:bold:size=9}BATTERY ${hr 2}\
${font Liberation Sans:normal:size=9}
Status:$alignr$battery
$battery_bar
Time:$alignr$battery_time
$if_gw\
${font Liberation Sans:bold:size=9}NETWORK ${hr 2}\
${font Liberation Sans:normal:size=9}
GW:$alignr$gw_iface $gw_ip
${if_up eth0}\
eth0:$alignr${addr eth0}
Up:$alignr${upspeed eth0}/s (${totalup eth0})
${upspeedgraph eth0 10}
Down:$alignr${downspeed eth0}/s (${totaldown eth0})
${downspeedgraph eth0 10}
$endif\
${if_up usb0}\
usb0:$alignr${addr usb0}
Up:$alignr${upspeed usb0}/s (${totalup usb0})
${upspeedgraph usb0 10}
Down:$alignr${downspeed usb0}/s (${totaldown usb0})
${downspeedgraph usb0 10}
$endif\
${if_up wlan0}\
wlan0:$alignr${addr wlan0}
${wireless_essid wlan0}$alignr${wireless_link_qual_perc wlan0}%
${wireless_link_bar wlan0}
Up:$alignr${upspeed wlan0}/s (${totalup wlan0})
${upspeedgraph wlan0 10}
Down:$alignr${downspeed wlan0}/s (${totaldown wlan0})
${downspeedgraph wlan0 10}
$endif\
$endif\