summaryrefslogtreecommitdiff
path: root/conky.rc
blob: 67e75eab529c1f6476690940a03f70f59b70e92b (plain)
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
conky.config = {
alignment= 'top_right',
background= true,
border_width = 1,
cpu_avg_samples = 2,
default_color= 'white',
default_outline_color= 'white',
default_shade_color= 'white',
double_buffer= true,
draw_borders= false,
draw_graph_borders= true,
draw_outline= false,
draw_shades= false,
font = 'Hermit-Regular:size=14',
gap_x= 60,
gap_y= 20,
maximum_width= 440,
net_avg_samples = 1,
no_buffers= true,
out_to_x = true,
own_window= true,
own_window_class= 'conky',
own_window_type= 'override',
own_window_transparent= true,
own_window_argb_visual= true,
own_window_colour= 000000,
own_window_argb_value= 0,
update_interval= 0.6,
uppercase= false,
use_xft= true,
xftalpha= 0.8,
}

conky.text = [[
$color
${alignr}${font Hermit:style=Medium:pixelsize=140}${time %H:%M}${font}
${voffset 8}
${alignr}${font Hermit:style=Medium:pixelsize=24}${time %A %d %B %Y}${font}
${voffset 16}
${color grey}Info:$color ${scroll 35 Conky $conky_version - $sysname $nodename $kernel $machine}
${color grey}Uptime:${alignr}$color $uptime
${color grey}Disk Usage:${alignr}$color ${fs_used /}/${fs_size /}
${fs_bar 12 /}
$hr
${color grey}CPU Usage:${alignr}$color ${freq}MHz
$cpu% ${cpubar 12}
${cpugraph cpu1 64,100 006477 ffffff}${cpugraph cpu2 64,100 006477 ffffff}${alignr}${cpugraph cpu3 64,100 006477 ffffff}${alignr}${cpugraph cpu4 64,100 006477 ffffff}
${cpugraph cpu5 64,100 006477 ffffff}${cpugraph cpu6 64,100 006477 ffffff}${alignr}${cpugraph cpu7 64,100 006477 ffffff}${alignr}${cpugraph cpu8 64,100 006477 ffffff}
$hr
# ${exec nvidia-smi}
${color grey}RAM Usage:${alignr}$color $mem/$memmax
$memperc% ${membar 12}
# ${color grey}Swap Usage:${alignr}$color $swap/$swapmax
# $swapperc% ${swapbar 12}
$hr
${color grey}Networking:
${color grey}Download:${alignr}$color ${downspeedf enp34s0}k/s (${totaldown enp34s0})
${downspeedgraph enp34s0 160,440 006477 ffffff}
${color grey}Upload: $color${alignr}${upspeedf enp34s0}k/s (${totalup enp34s0})
${upspeedgraph enp34s0 160,440 006477 ffffff}
]]
Copyright 2019--2025 Marius PETER