-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconkyrc
More file actions
145 lines (124 loc) · 5 KB
/
conkyrc
File metadata and controls
145 lines (124 loc) · 5 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo
Any original torsmo code is licensed under the BSD license
All code written since the fork of torsmo is licensed under the GPL
Please see COPYING for details
Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
]]
conky.config = {
alignment = 'top_left',
background = true,
border_width = 0,
cpu_avg_samples = 2,
default_bar_height = 13,
default_color = 'white',
default_graph_height = 26,
default_outline_color = 'white',
default_shade_color = 'white',
diskio_avg_samples = 2,
double_buffer = true,
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
font = 'Noto Mono:size=9:normal',
format_human_readable = true,
gap_x = 0,
gap_y = 0,
net_avg_samples = 2,
no_buffers = true,
own_window = true,
own_window_type = 'desktop',
show_graph_range = true,
show_graph_scale = true,
stippled_borders = 1,
top_name_width = 20,
update_interval = 1.0,
update_interval_on_battery = 3.0,
uppercase = false,
use_spacer = 'none',
use_xft = true,
}
conky.text = [[
${font Noto Mono:size=9:bold}${color lightgrey}SYSTEM ${stippled_hr}
${font}${color grey}Uptime: ${alignr}${uptime}
Procs: ${alignr}${processes}
Running: ${alignr} ${running_processes}
Load Avg: ${alignr}${loadavg}
${loadgraph -t}
${font Noto Mono:size=9:bold}${color lightgrey}BATTERY ${stippled_hr}
${font}${color grey}Status: ${alignr}${battery}
Remaining: ${alignr}${battery_time}
${font Noto Mono:size=9:bold}${color lightgrey}TEMPERATURES ${stippled_hr}
${font}${color grey}CPU: ${alignr}${hwmon 2 temp 1}C
Ambient 1: ${alignr}${hwmon 3 temp 2}C
Ambient 2: ${alignr}${hwmon 3 temp 3}C
Other: ${alignr}${hwmon 3 temp 4}C
WiFi: ${alignr}${hwmon 4 temp 1}C
${font Noto Mono:size=9:bold}${color lightgrey}FANS ${stippled_hr}
${font}${color grey}CPU: ${alignr}${hwmon 3 fan 1}RPM
GPU: ${alignr}${hwmon 3 fan 2}RPM
${font Noto Mono:size=9:bold}${color lightgrey}CPU ${stippled_hr}
${font}${color grey}CPU0: ${alignr}${freq 0}MHz - ${freq 4}MHz
CPU1: ${alignr}${freq 1}MHz - ${freq 5}MHz
CPU2: ${alignr}${freq 2}MHz - ${freq 6}MHz
CPU3: ${alignr}${freq 3}MHz - ${freq 7}MHz
${font Noto Mono:size=9:bold}${color lightgrey}LOAD ${stippled_hr}
${font}${color grey}History:
${cpugraph -t}
CPU1: ${cpu cpu1} % ${cpubar cpu1}
CPU2: ${cpu cpu2} % ${cpubar cpu2}
CPU3: ${cpu cpu3} % ${cpubar cpu3}
CPU4: ${cpu cpu4} % ${cpubar cpu4}
CPU5: ${cpu cpu5} % ${cpubar cpu5}
CPU6: ${cpu cpu6} % ${cpubar cpu6}
CPU7: ${cpu cpu7} % ${cpubar cpu7}
CPU8: ${cpu cpu8} % ${cpubar cpu8}
${font Noto Mono:size=9:bold}${color lightgrey}TOP PROCS (CPU) ${stippled_hr}
${font}${color grey}${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}%
${font Noto Mono:size=9:bold}${color lightgrey}MEMORY ${stippled_hr}
${font}${color grey}${alignc}Used ${mem} / Total ${memmax}
Usage: ${memperc} % ${membar}
${font Noto Mono:size=9:bold}${color lightgrey}TOP PROCS (MEM) ${stippled_hr}
${font}${color grey}${top_mem name 1} ${alignr}${top_mem mem_res 1}
${top_mem name 2} ${alignr}${top_mem mem_res 2}
${top_mem name 3} ${alignr}${top_mem mem_res 3}
${top_mem name 4} ${alignr}${top_mem mem_res 4}
${top_mem name 5} ${alignr}${top_mem mem_res 5}
${font Noto Mono:size=9:bold}${color lightgrey}DISK I/O ${stippled_hr}
${font}${color grey}Read: ${alignr}${diskio_read}
${diskiograph_read -t}
${font}${color grey}Write: ${alignr}${diskio_write}
${diskiograph_write -t}
${font Noto Mono:size=9:bold}${color lightgrey}TOP PROCS (IO) ${stippled_hr}
${font}${color grey}${top_io name 1} ${alignr}${top_io io_perc 1}%
${top_io name 2} ${alignr}${top_io io_perc 2}%
${top_io name 3} ${alignr}${top_io io_perc 3}%
${top_io name 4} ${alignr}${top_io io_perc 4}%
${top_io name 5} ${alignr}${top_io io_perc 5}%
${font Noto Mono:size=9:bold}${color lightgrey}NETWORK ${stippled_hr}
${font}${color grey}SSID: ${wireless_essid wlp2s0}
Rate: ${wireless_bitrate wlp2s0}
Quality: ${wireless_link_qual_perc wlp2s0}% ${wireless_link_bar wlp2s0}
Download: ${alignr}${downspeed wlp2s0}/s
${downspeedgraph wlp2s0 -t}
${font}${color grey}Upload: ${alignr}${upspeed wlp2s0}/s
${upspeedgraph wlp2s0 -t}
]]