Merge branch 'dev' into quattro

This commit is contained in:
David Heinemeier Hansson
2026-06-08 16:36:51 +02:00
4 changed files with 17 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 147 KiB

+2 -1
View File
@@ -25,7 +25,7 @@ docker-buildx
docker-compose
dosfstools
dotnet-runtime-9.0
dust
dua-cli
evince
exfatprogs
expac
@@ -81,6 +81,7 @@ mariadb-libs
mise
moonlight-qt
mpv
mpv-mpris
nautilus
nautilus-python
gnome-disk-utility
+3
View File
@@ -0,0 +1,3 @@
echo "Install MPRIS support for mpv"
omarchy-pkg-add mpv-mpris
+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