From b0218c911bd706353524fdf04663ee13a1b1120a Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 9 Feb 2023 19:22:32 +0100 Subject: up --- .config/conky/conkyrc | 5 +++-- .config/conky/conkyrss | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 578b7e1..b6d2080 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -29,9 +29,9 @@ conky.config = { show_graph_scale = false, show_graph_range = false, alignment = 'top_left', - minimum_width = 400, minimum_height = 1440, - maximum_width = 400, + minimum_width = 320, + maximum_width = 320, gap_x = 10, gap_y = 40, net_avg_samples = 2, @@ -75,6 +75,7 @@ ${offset 4}${memgraph bfbfbf c0c0c0} ${color #928374}SWAP: ${font2}${color #ebdbb2}${swap} / ${swapmax} ${color #ebdbb2}${swapperc}% ${swapbar 4}${font} ${font1}DISK ${hr}${font} ${color #928374}SSD: ${font2}${color #ebdbb2}${fs_free_perc /}% ${fs_bar 6 /}${font} +${color #928374}HDD: ${font2}${color #ebdbb2}${fs_free_perc /var/hdd}% ${fs_bar 6 /var/hdd}${font} ${font1}PROC ${hr}${font} ${color #928374}Process:${color #928374}${alignr}PID CPU MEM ${font2}${color #ebdbb2}${top_mem name 1} ${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem_res 1} diff --git a/.config/conky/conkyrss b/.config/conky/conkyrss index 6870e93..b0e6e93 100644 --- a/.config/conky/conkyrss +++ b/.config/conky/conkyrss @@ -30,10 +30,10 @@ conky.config = { show_graph_scale = false, show_graph_range = false, alignment = 'top_left', - minimum_width = 400, minimum_height = 200, - maximum_width = 400, - gap_x = 420, + minimum_width = 480, + maximum_width = 480, + gap_x = 330, gap_y = 40, net_avg_samples = 2, cpu_avg_samples = 4, -- cgit v1.2.3