|
diff --git a/.conkyrc b/.conkyrc
|
| 1 |
conky.config = { |
1 |
conky.config = { |
| 2 |
alignment = 'top_right', |
2 |
alignment = 'top_right', |
| 3 |
background = false, |
3 |
background = false, |
| 4 |
border_width = 0, |
4 |
own_window = true, |
| 5 |
cpu_avg_samples = 2, |
5 |
use_xft = true, |
| 6 |
default_color = 'white', |
6 |
font = 'Berkeley Mono:bold:size=11', |
| 7 |
default_outline_color = 'white', |
7 |
own_window_type = 'dock', |
| 8 |
default_shade_color = 'white', |
8 |
double_buffer = true, |
| 9 |
double_buffer = true, |
9 |
default_color = 'grey', |
| 10 |
draw_borders = false, |
10 |
minimum_width = 346, |
| 11 |
draw_graph_borders = true, |
11 |
maximum_width = 346, |
| 12 |
draw_outline = false, |
12 |
default_graph_height = 20, |
| 13 |
draw_shades = false, |
13 |
gap_x = 30, |
| 14 |
extra_newline = false, |
14 |
gap_y = 60, |
| 15 |
font = 'DejaVu Sans Mono:size=12', |
15 |
|
| 16 |
gap_x = 20, |
16 |
-- Transparency settings. |
| 17 |
gap_y = 60, |
17 |
own_window_argb_visual = true, |
| 18 |
net_avg_samples = 2, |
18 |
own_window_transparent = true, |
| 19 |
no_buffers = true, |
|
|
| 20 |
out_to_console = false, |
|
|
| 21 |
out_to_ncurses = false, |
|
|
| 22 |
out_to_stderr = false, |
|
|
| 23 |
out_to_wayland = false, |
|
|
| 24 |
out_to_x = true, |
|
|
| 25 |
own_window = true, |
|
|
| 26 |
own_window_class = 'Conky', |
|
|
| 27 |
own_window_type = 'normal', |
|
|
| 28 |
own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager', |
|
|
| 29 |
show_graph_range = false, |
|
|
| 30 |
show_graph_scale = false, |
|
|
| 31 |
stippled_borders = 0, |
|
|
| 32 |
update_interval = 1.0, |
|
|
| 33 |
uppercase = false, |
|
|
| 34 |
use_spacer = 'none', |
|
|
| 35 |
use_xft = true, |
|
|
| 36 |
minimum_width = 400, |
|
|
| 37 |
} |
19 |
} |
| 38 |
|
20 |
|
| 39 |
conky.text = [[ |
21 |
conky.text = [[ |
| 40 |
${color grey}Uptime${alignr}$color $uptime |
22 |
Uptime${alignr} $uptime |
| 41 |
${color grey}Kernel${alignr}$color $kernel |
23 |
Kernel${alignr} $kernel |
| 42 |
${color grey}Frequency${alignr}$color $freq_g GHz |
24 |
Frequency${alignr} $freq_g GHz |
| 43 |
${color grey}CPU Temp${alignr}$color ${exec sensors | grep 'Package id 0:' | awk '{print $4}' | sed 's/+//'} |
25 |
CPU Temp${alignr} ${exec sensors | grep 'Package id 0:' | awk '{print $4}' | sed 's/+//'} |
| 44 |
${color grey}GPU Temp${alignr}$color ${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader}°C |
26 |
GPU Temp${alignr} ${exec nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader}°C |
| 45 |
|
|
|
| 46 |
${color grey}Net Up: ${upspeed enp5s0}${alignr}Net Down: ${downspeed enp5s0}$color |
|
|
| 47 |
${upspeedgraph enp5s0 20,200 ff0000}${alignr}${downspeedgraph enp5s0 20,200 00ff00} |
|
|
| 48 |
|
|
|
| 49 |
${color grey}CPU Usage${alignr}$color $cpu% |
|
|
| 50 |
${cpubar 10} |
|
|
| 51 |
${cpubar cpu0 10,40}${offset 4}${cpubar cpu1 10,40}${offset 4}${cpubar cpu2 10,40}${offset 4}${cpubar cpu3 10,40}${offset 4}${cpubar cpu4 10,40}${offset 4}${cpubar cpu5 10,40}${offset 4}${cpubar cpu6 10,40}${offset 4}${cpubar cpu7 10,40}${offset 4}${cpubar cpu8 10,40}${offset 4}${cpubar cpu9 10,40} |
|
|
| 52 |
${cpubar cpu10 10,40}${offset 4}${cpubar cpu11 10,40}${offset 4}${cpubar cpu12 10,40}${offset 4}${cpubar cpu13 10,40}${offset 4}${cpubar cpu14 10,40}${offset 4}${cpubar cpu15 10,40}${offset 4}${cpubar cpu16 10,40}${offset 4}${cpubar cpu17 10,40}${offset 4}${cpubar cpu18 10,40}${offset 4}${cpubar cpu19 10,40} |
|
|
| 53 |
|
27 |
|
| 54 |
${color grey}RAM Usage${alignr}$color $mem/$memmax - $memperc% |
28 |
CPU Usage${alignr} $cpu% |
| 55 |
${membar 10} |
29 |
${cpugraph} |
|
|
30 |
${cpugraph cpu1 15,30}${offset 5}${cpugraph cpu2 15,30}${offset 5}${cpugraph cpu3 15,30}${offset 5}${cpugraph cpu4 15,30}${offset 5}${cpugraph cpu5 15,30}${offset 5}${cpugraph cpu6 15,30}${offset 5}${cpugraph cpu7 15,30}${offset 5}${cpugraph cpu8 15,30}${offset 5}${cpugraph cpu9 15,30}${offset 5}${cpugraph cpu10 15,30} |
|
|
31 |
${cpugraph cpu11 15,30}${offset 5}${cpugraph cpu12 15,30}${offset 5}${cpugraph cpu13 15,30}${offset 5}${cpugraph cpu14 15,30}${offset 5}${cpugraph cpu15 15,30}${offset 5}${cpugraph cpu16 15,30}${offset 5}${cpugraph cpu17 15,30}${offset 5}${cpugraph cpu18 15,30}${offset 5}${cpugraph cpu19 15,30}${offset 5}${cpugraph cpu20 15,30} |
| 56 |
|
32 |
|
| 57 |
${color grey}File systems${alignr}$color${fs_used /}/${fs_size /} - ${fs_used_perc /}% |
33 |
RAM Usage${alignr} $mem/$memmax - $memperc% |
| 58 |
${fs_bar 10 /} |
34 |
${memgraph} |
|
|
35 |
Disk IO${alignr} $diskio |
|
|
36 |
${diskiograph /dev/nvme0n1} |
|
|
37 |
Up: ${upspeed enp5s0}${alignr}Down: ${downspeed enp5s0} |
|
|
38 |
${upspeedgraph enp5s0 20,160 ff0000}${alignr}${downspeedgraph enp5s0 20,160 00ff00} |
| 59 |
|
39 |
|
| 60 |
${color grey}World Clocks |
40 |
World Clocks |
| 61 |
${color grey} New York${alignr}${tztime America/New_York %H:%M} |
41 |
New York${alignr}${tztime America/New_York %a %H:%M} |
| 62 |
${color grey} Brisbane${alignr}${tztime Australia/Brisbane %H:%M} |
42 |
Brisbane${alignr}${tztime Australia/Brisbane %a %H:%M} |
| 63 |
${color grey} San Francisco${alignr}${tztime America/Los_Angeles %H:%M} |
43 |
San Francisco${alignr}${tztime America/Los_Angeles %a %H:%M} |
| 64 |
|
44 |
|
| 65 |
${color grey}Process PID CPU% MEM% |
45 |
Top Processes PID CPU% MEM% |
| 66 |
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} |
46 |
${top name 1}${top pid 1} ${top cpu 1} ${top mem 1} |
| 67 |
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} |
47 |
${top name 2}${top pid 2} ${top cpu 2} ${top mem 2} |
| 68 |
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} |
48 |
${top name 3}${top pid 3} ${top cpu 3} ${top mem 3} |
| 69 |
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4} |
49 |
${top name 4}${top pid 4} ${top cpu 4} ${top mem 4} |
| 70 |
${color lightgrey} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5} |
50 |
${top name 5}${top pid 5} ${top cpu 5} ${top mem 5} |
| 71 |
]] |
51 |
]] |