diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index 0be7e2cd..75bfb5c6 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -44,7 +44,7 @@ conky.config = { default_bar_height = 11, default_bar_width = 130, - default_graph_height = 20, + default_graph_height = 36, draw_borders = true, draw_outline = false, draw_graph_borders = true, @@ -57,8 +57,8 @@ ${font Roboto:style=Light:size=17}$alignr${time %I:%M %p}$font ${font Roboto:style=Light:size=12}${acpitemp}°C$alignr${time %A, %B %d, %Y}$font ${color3}$hr$color ${font Roboto:style=Medium:size=9}CPU$font: $freq_g GHz$alignr$cpu% -${color8}${cpugraph cpu1 20,200} ${cpugraph cpu2 20,200} -${cpugraph cpu3 20,200} ${cpugraph cpu4 20,200}$color +${color8}${cpugraph cpu1 36,200} ${cpugraph cpu2 36,200} +${cpugraph cpu3 36,200} ${cpugraph cpu4 36,200}$color ${color8}${top name 1}$color$alignr${top cpu 1}% ${color8}${top name 2}$color$alignr${top cpu 2}% ${color8}${top name 3}$color$alignr${top cpu 3}% @@ -74,7 +74,7 @@ ${color9}${top_mem name 3}$color$alignr${top_mem mem 3}% ${color9}${top_mem name 4}$color$alignr${top_mem mem 4}% ${color3}$hr$color ${font Roboto:style=Medium:size=9}Disk$font (R/W):$alignr${diskio /dev/sda} -${color7}${diskiograph_read /dev/sda 20,200} ${diskiograph_write /dev/sda 20,200}$color +${color7}${diskiograph_read /dev/sda 36,200} ${diskiograph_write /dev/sda 36,200}$color /$alignr${fs_free /} ${color7}${fs_bar /}$color /home$alignr${fs_free /home} ${color7}${fs_bar /home}$color /boot$alignr${fs_free /boot} ${color7}${fs_bar /boot}$color @@ -86,14 +86,14 @@ ${color7}${top_io name 4}$color$alignr${top_io io_perc 4}% ${color3}$hr$color ${font Roboto:style=Medium:size=9}Network$font:${alignr}Default $gw_iface${if_up wlp1s0} wlp1s0 (U/D):$alignr${addr wlp1s0} / ${wireless_essid wlp1s0} -${color6}${upspeedgraph wlp1s0 20,200} ${downspeedgraph wlp1s0 20,200}$color$endif${if_up wlp5s0} +${color6}${upspeedgraph wlp1s0 36,200} ${downspeedgraph wlp1s0 36,200}$color$endif${if_up wlp5s0} wlp5s0 (U/D):$alignr${addr wlp5s0} / ${wireless_essid wlp5s0} -${color6}${upspeedgraph wlp5s0 20,200} ${downspeedgraph wlp5s0 20,200}$color$endif${if_up enp0s31f6} +${color6}${upspeedgraph wlp5s0 36,200} ${downspeedgraph wlp5s0 36,200}$color$endif${if_up enp0s31f6} enp0s31f6 (U/D):$alignr${addr enp0s31f6} -${color6}${upspeedgraph enp0s31f6 20,200} ${downspeedgraph enp0s31f6 20,200}$color$endif${if_up eno1} +${color6}${upspeedgraph enp0s31f6 36,200} ${downspeedgraph enp0s31f6 36,200}$color$endif${if_up eno1} eno1 (U/D):$alignr${addr eno1} -${color6}${upspeedgraph eno1 20,200} ${downspeedgraph eno1 20,200}$color$endif${if_up enp0s20f0u2} +${color6}${upspeedgraph eno1 36,200} ${downspeedgraph eno1 36,200}$color$endif${if_up enp0s20f0u2} enp0s20f0u2 (U/D):$alignr${addr enp0s20f0u2} -${color6}${upspeedgraph enp0s20f0u2 20,200} ${downspeedgraph enp0s20f0u2 20,200}$color$endif +${color6}${upspeedgraph enp0s20f0u2 36,200} ${downspeedgraph enp0s20f0u2 36,200}$color$endif ]]