From b734f16af146170c8c37542777a491e3abb21fdf Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 10 Nov 2025 17:23:10 -0700 Subject: [PATCH] Fix function rename in lower calls. --- files/dwm/storage.function | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/dwm/storage.function b/files/dwm/storage.function index 64fc85d..9a5c5c5 100755 --- a/files/dwm/storage.function +++ b/files/dwm/storage.function @@ -22,14 +22,14 @@ alias storage='echo -n "Root: " && storage-display "/" && echo -n "Home: " && st export dwm_storage_style="usage" function storage-root { - storage / "$1" + storage-display / "$1" } function storage-root-dwm { storage-root "$dwm_storage_style" } function storage-home { - storage /home "$1" + storage-display /home "$1" } function storage-home-dwm { storage-root "$dwm_storage_style"