80 lines
3.2 KiB
Plaintext
80 lines
3.2 KiB
Plaintext
conky.config = {
|
|
use_xft = true,
|
|
xftalpha = 0.8,
|
|
update_interval = 1.0,
|
|
total_run_times = 0,
|
|
own_window = true,
|
|
own_window_transparent = false,
|
|
own_window_argb_visual = true,
|
|
own_window_argb_visual = true,
|
|
own_window_argb_value = 150,
|
|
own_window_colour = '000',
|
|
own_window_type = 'normal',
|
|
own_window_class = 'conky-semi',
|
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
|
background = true,
|
|
double_buffer = true,
|
|
imlib_cache_size = 0,
|
|
no_buffers = true,
|
|
uppercase = false,
|
|
cpu_avg_samples = 2,
|
|
override_utf8_locale = true,
|
|
|
|
-- placement
|
|
alignment = 'top_right',
|
|
gap_x = 25,
|
|
gap_y = 25,
|
|
|
|
-- default drawing
|
|
draw_shades = false,
|
|
draw_outline = false,
|
|
draw_borders = false,
|
|
draw_graph_borders = true,
|
|
default_bar_width = 150, default_bar_height = 5,
|
|
default_graph_width = 150, default_graph_height = 12,
|
|
default_gauge_width = 20, default_gauge_height = 20,
|
|
|
|
-- colors
|
|
font = 'Cantarell:size=9',
|
|
default_color = 'D3DAE3',
|
|
color1 = 'D6E0FF',
|
|
color2 = 'CDFFDB',
|
|
color3 = '618261',
|
|
|
|
-- layouting
|
|
template0 = [[${font Cantarell:size=13}${color2}\1 ${color3}${hr}${font}]],
|
|
template1 = [[${color1}\1]],
|
|
template2 = [[${goto 70}${color}]],
|
|
template3 = [[${goto 120}${color}${alignr}]],
|
|
};
|
|
|
|
conky.text = [[
|
|
${alignc}${font Cantarell:Light:size=55}${time %I:%M}${font}
|
|
${alignc}${font Cantarell:Light:size=16}${time %A}${font Cantarell:Light:size=16} ${time %d %B}${font}
|
|
|
|
${template0 System}
|
|
${template1 Hostname} ${template3}${nodename}
|
|
${template1 ${sysname}} ${template3}${kernel}-${machine}
|
|
${template1 Uptime} ${template3}${uptime_short}
|
|
|
|
${template0 Processors}
|
|
${template1 CPU} ${template2}${freq_g}GHz
|
|
${template1 Core\ 1} ${template2}${cpu cpu1}% ${template3}${cpubar cpu1}
|
|
${template1 Core\ 2} ${template2}${cpu cpu2}% ${template3}${cpubar cpu2}
|
|
${template1 Core\ 3} ${template2}${cpu cpu3}% ${template3}${cpubar cpu3}
|
|
${template1 Core\ 4} ${template2}${cpu cpu4}% ${template3}${cpubar cpu4}
|
|
${template1 Usage} ${template2}${cpu}% ${template3}${cpugraph}
|
|
|
|
${template0 Memory}
|
|
${template1 Memory} ${template2}${memperc}% used ${template3}${mem} / ${memmax}
|
|
${template3}${membar}
|
|
${template1 Usage} ${template3}${memgraph}
|
|
|
|
${template0 Filesystem}
|
|
${template1 /} ${template2}${fs_free /} free ${template3}${fs_used /} / ${fs_size /}
|
|
${template3}${fs_bar /}
|
|
${template1 IO\ Read} ${template2}${diskio_read} ${template3}${diskiograph_read}
|
|
${template1 IO\ Write} ${template2}$diskio_write ${template3}$diskiograph_write
|
|
|
|
]];
|