Files
system_info/.config/conky/conky_proc
2026-03-01 01:39:46 +03:00

42 lines
1.7 KiB
Plaintext

conky.config = {
alignment = 'bottom_right',
gap_x = 40,
gap_y = 80,
background = true,
update_interval = 3.0,
double_buffer = true,
use_xft = true,
font = 'DejaVu Sans Mono:size=10',
own_window = true,
own_window_class = 'Conky',
own_window_type = 'override', -- Window type: "desktop", "override", "panel", "dock"
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_transparent = false, -- Set to false to use own_window_argb_value
own_window_argb_visual = true,
own_window_argb_value = 0, -- Semi-transparent background (0-255)
maximum_width = 450,
draw_shades = false,
draw_outline = false,
top_name_width = 200,
default_color = 'red'
}
conky.text = [[
${color white}
${font Ubuntu:bold:size=10}Name${goto 250}PID${goto 330}CPU%${goto 400}MEM%${font} ${color red}
${hr 2}
${top name 1}${goto 250}${top pid 1}${goto 330}${top cpu 1}${goto 400}${top mem 1}
${top name 2}${goto 250}${top pid 2}${goto 330}${top cpu 2}${goto 400}${top mem 2}
${top name 3}${goto 250}${top pid 3}${goto 330}${top cpu 3}${goto 400}${top mem 3}
${top name 4}${goto 250}${top pid 4}${goto 330}${top cpu 4}${goto 400}${top mem 4}
${top name 5}${goto 250}${top pid 5}${goto 330}${top cpu 5}${goto 400}${top mem 5}
${top name 6}${goto 250}${top pid 6}${goto 330}${top cpu 6}${goto 400}${top mem 6}
${top name 7}${goto 250}${top pid 7}${goto 330}${top cpu 7}${goto 400}${top mem 7}
${top name 8}${goto 250}${top pid 8}${goto 330}${top cpu 8}${goto 400}${top mem 8}
${top name 9}${goto 250}${top pid 9}${goto 330}${top cpu 9}${goto 400}${top mem 9}
${top name 10}${goto 250}${top pid 10}${goto 330}${top cpu 10}${goto 400}${top mem 10}
${hr 2}
]]