This commit is contained in:
2026-01-05 10:57:27 +04:00
parent 842e1c94f2
commit cc03ff37c4
25 changed files with 373 additions and 114 deletions

View File

@@ -15,7 +15,7 @@ conky.config = {
-- Виджет
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_type = 'override',
-- Прозрачность
own_window_transparent = true,
@@ -36,7 +36,7 @@ conky.config = {
draw_shades = false,
extra_newline = false,
minimum_height = 5,
minimum_width = 5,
minimum_width = 250,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
@@ -57,8 +57,8 @@ conky.config = {
conky.text = [[
${color1}${goto 25}Date/Time${color0} $hr $color
${color0}Day: ${time %A}${goto 160}Date: ${time %d.%m.%y}$color
${color0}Time: ${time %H:%M:%S}${goto 160}Uptime: ${uptime_short}$color
${color0}Day: ${time %A}${goto 155}Date: ${time %d.%m.%y}$color
${color0}Time: ${time %H:%M:%S}${goto 155}Uptime: ${uptime_short}$color
${color1}${goto 25}Battery${color0} $hr $color
${color0}Battery \#1: $alignr \
@@ -81,10 +81,10 @@ $color
${color1}${goto 25}CPU${color0} $hr $color
${color0}Frequency (GHz): $alignr$freq_g$color
${color0}CPU: $alignr$cpu% ${cpugraph 15,180}
${color0}RAM: $mem/$memmax${goto 160}SWAP: $swap/$swapmax$color
${color0}$memperc%${goto 32}${memgraph 15,105}${goto 160}$swapperc% ${swapbar 5,85}$color
${color0}RAM: $mem/$memmax${goto 150}SWAP: $swap/$swapmax$color
${color0}$memperc%${goto 32}${memgraph 15,105}${goto 150}$swapperc% ${swapbar 5,85}$color
${color0}Active processes: $running_processes ($processes)$color
${color1}${goto 25}Storage${color0} $hr $color
/ $alignc${fs_used /}/${fs_size /}$alignr${fs_bar 5,120 /}
/ $alignc${fs_used /}/${fs_size /}$alignr${fs_bar 5,110 /}
]]

View File

@@ -15,7 +15,7 @@ conky.config = {
-- Виджет
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_type = 'override',
-- Прозрачность
own_window_transparent = true,

View File

@@ -15,7 +15,7 @@ conky.config = {
-- Виджет
own_window = true,
own_window_class = 'Conky',
own_window_type = 'desktop',
own_window_type = 'override',
-- Прозрачность
own_window_transparent = true,