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"