Files

13 lines
311 B
Bash

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