From 1ecafc120ed1e535ce134d970cc7164281d0632c Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Thu, 7 Mar 2024 23:33:26 +0100 Subject: [PATCH] Update conky.conf and mutt macros --- .config/conky/conky.conf | 3 +-- .config/mutt/macros | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index 6711e12..e4a45c1 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -83,8 +83,7 @@ ${color} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2} ${color} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3} ${voffset 6}${color}${font :size=14}DISK ${font}$hr ${voffset 4}${color grey}Root: ${color}${fs_used /}/${fs_size /} ${voffset 3}${fs_bar 6 /}${voffset -3} -${color grey}Boot: ${color}${fs_used /boot}/${fs_size /boot} ${voffset 3}${fs_bar 6 /boot}${voffset -3} -${color grey}Home: ${color}${fs_used /home}/${fs_size /home} ${voffset 3}${fs_bar 6 /home}${voffset -3} +${color grey}EFI: ${color}${fs_used /efi}/${fs_size /efi} ${voffset 3}${fs_bar 6 /efi}${voffset -3} ${if_existing /sys/class/net/wlo1/operstate up} ${voffset -12}${font :size=14}NETWORK ${font}$hr ${voffset 4}${color grey}Net Down:${color} ${downspeed wlo1} ${goto 230}${color grey}Net Up:${color} ${upspeed wlo1} diff --git a/.config/mutt/macros b/.config/mutt/macros index c78da98..4bf883d 100644 --- a/.config/mutt/macros +++ b/.config/mutt/macros @@ -1,3 +1,3 @@ -macro pager \cb 'urlview' 'Follow links with urlview' +macro pager \cb 'urlscan' 'Follow links with urlview' macro index,pager a "abook --add-email-quiet" "Add this sender to Abook" macro attach V "iconv -c --to-code=UTF8 > ~/.cache/mutt/mail.htmlvivaldi-stable ~/.cache/mutt/mail.html"