Merge branch 'dev' into quattro
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
echo "Install MPRIS support for mpv"
|
||||
|
||||
omarchy-pkg-add mpv-mpris
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user