diff options
-rw-r--r-- | extra/conky.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/conky.conf b/extra/conky.conf index 5caddad..63b1d82 100644 --- a/extra/conky.conf +++ b/extra/conky.conf @@ -39,8 +39,8 @@ ${goto 40}$color2${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 40}$color2${top_mem name 5}$alignr$color${top_mem mem_res 5} # ${voffset 10}${goto 40}${color}Swap${font Bitstream Vera Sans:bold:size=8}$alignr${swap}/ ${swapfree} -${voffset 15}$font$alignr${execi 10000 awk -F= '/TION/ {print $2}' /etc/lsb-release |sed 's/"//g'} \ -${execi 10000 awk -F= '/EASE=/ {printf $2" "} /NAME/ {print $2}' /etc/lsb-release} +${voffset 15}$font$alignr${execi 3600 awk -F= '/TION/ {print $2}' /etc/lsb-release |sed 's/"//g'} \ +${execi 3600 awk -F= '/EASE=/ {printf $2" "} /NAME/ {print $2}' /etc/lsb-release} ${voffset 10}${color2}${alignr}${execi 1200 whoami}@${nodename} ${alignr}${color2}${font Bitstream Vera Sans:size=8}uptime: ${color}${uptime_short} ${voffset 5}${color2}${font Bitstream Vera Sans:size=8}${alignr}kernel: ${color}${kernel} |