diff --git a/modules/home/scripts/scripts/maxfetch.sh b/modules/home/scripts/scripts/maxfetch.sh index e6ba7c8..486f411 100755 --- a/modules/home/scripts/scripts/maxfetch.sh +++ b/modules/home/scripts/scripts/maxfetch.sh @@ -26,6 +26,8 @@ up=$(uptime | awk -F'( |,|:)+' '{ } { print h+0,"h",m+0,"m" } ') +up=$(sed -e "s/ h/h/g" <<< ${up}) +up=$(sed -e "s/ m/m/g" <<< ${up}) pkgs=$(nix-store --query --requisites /run/current-system | wc -l)