conky debian 11
Вот такой конфиг файл получился
Вот такая красота получилась
--[[
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-2019 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_right',
background = false,
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,
extra_newline = false,
font = 'DejaVu Sans Mono:size=12',
gap_x = 60,
gap_y = 60,
minimum_height = 5,
minimum_width = 5,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_ncurses = false,
out_to_stderr = false,
out_to_x = true,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_transparent = true,
own_window_argb_visual = true,
show_graph_range = false,
show_graph_scale = false,
stippled_borders = 0,
update_interval = 1.0,
uppercase = false,
use_spacer = 'none',
use_xft = true,
color1 = '#ff0000',
color2 = '#00ff00',
color3 = '#00ff00',
}
conky.text = [[
${color2}${font Nono Sans:size=12, weight=normal}${time %A}${alignr}${color3}${time %H: %M: %S}
${color1}${alignc}${time %d %B %Y}
${font}${color3}Система работает: ${alignr}${color1}$uptime
${alignc}${color2}Ядро - $kernel
${color2}${hr 1}
${color3}Процессор:${alignr}${color2}Температура: ${color0}${acpitemp}°С
${alignr}${color2}Загружен на: ${color0}${cpu cpu0}%
${color4}$alignr${cpugraph cpu0 20,280 cccccc ff3300}
${offset 30}${color2}CPU1: ${cpu cpu1}% ${alignr}${color1}${cpubar cpu1 6,160}
${offset 30}${color2}CPU2: ${cpu cpu2}% ${alignr}${color1}${cpubar cpu2 6,160}
${offset 30}${color3}${top name 1} ${color1}$alignr ${top cpu 1}%
${offset 30}${color3}${top name 2} ${color1}$alignr ${top cpu 2}%
${color2}${hr 1}
${color3}RAM:${color1}$memmax$alignr${color2}Используется:${color1}$mem
${alignr}${membar 6,280}
$alignr${color4}${memgraph 20,280 cccccc ff3300}
${offset 30}${color3}${top_mem name 1} $alignr${color1} ${top_mem mem_res 1}
${offset 30}${color3}${top_mem name 2} $alignr${color1} ${top_mem mem_res 2}
${offset 30}${color3}${top_mem name 3} $alignr${color1} ${top_mem mem_res 3}
${offset 30}${color3}${top_mem name 4} $alignr${color1} ${top_mem mem_res 4}
${offset 30}${color3}${top_mem name 5} $alignr${color1} ${top_mem mem_res 5}
${color2}${hr 1}
${color3}SWAP:$alignr${color2}Выделено: ${color1}$swapmax
${offset 125}${color2}Используется: ${color1}$swap
$alignr${color1}$swapperc% ${swapbar 6,245}
${color3}File systems:
${color2}/$alignr${color1}${fs_used /}/${fs_size /} $alignr${fs_bar 5,100 /}
#${color2}/home$alignr${color1}${fs_used /home}/${fs_size /home} $alignr${fs_bar 5,100 /home}
${color3}Up: ${upspeed enp5s0}/s $alignr Down: ${downspeed enp5s0}/s
${color4}${upspeedgraph enp5s0 30,150 ff3300 ff3300} $alignr${downspeedgraph enp5s0 30,150 3399ff 3399ff}
NETWORK IP: $alignr ${addr enp5s0}
PUBLIC IP ${alignr}${execi 60 curl ipinfo.io/ip}
]]