mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
13 lines
311 B
Bash
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
|