diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-09 19:22:32 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-09 19:22:32 +0100 |
commit | b0218c911bd706353524fdf04663ee13a1b1120a (patch) | |
tree | fac41afdda0b082990e53ab6de20a85d5eea33b9 | |
parent | up (diff) | |
download | dotfiles-bsd-b0218c911bd706353524fdf04663ee13a1b1120a.tar.gz dotfiles-bsd-b0218c911bd706353524fdf04663ee13a1b1120a.tar.bz2 dotfiles-bsd-b0218c911bd706353524fdf04663ee13a1b1120a.tar.xz dotfiles-bsd-b0218c911bd706353524fdf04663ee13a1b1120a.tar.zst dotfiles-bsd-b0218c911bd706353524fdf04663ee13a1b1120a.zip |
up
-rw-r--r-- | .config/conky/conkyrc | 5 | ||||
-rw-r--r-- | .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, |