Use dua for disk usage (#6052)

This commit is contained in:
Carmine Paolino
2026-06-08 16:36:05 +02:00
committed by GitHub
parent 8075b8b0dc
commit 9cf1852525
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
echo "Use dua for Disk Usage TUI"
omarchy-pkg-add dua-cli
omarchy-pkg-drop dust
APP_DIR="$HOME/.local/share/applications"
ICON_DIR="$APP_DIR/icons"
if [ -f "$APP_DIR/Disk Usage.desktop" ]; then
rm "$APP_DIR/Disk Usage.desktop"
omarchy-tui-install "Disk Usage" "dua i" float "$ICON_DIR/Disk Usage.png"
fi