Merge branch 'dev' into quattro
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 147 KiB |
@@ -25,7 +25,7 @@ docker-buildx
|
|||||||
docker-compose
|
docker-compose
|
||||||
dosfstools
|
dosfstools
|
||||||
dotnet-runtime-9.0
|
dotnet-runtime-9.0
|
||||||
dust
|
dua-cli
|
||||||
evince
|
evince
|
||||||
exfatprogs
|
exfatprogs
|
||||||
expac
|
expac
|
||||||
@@ -81,6 +81,7 @@ mariadb-libs
|
|||||||
mise
|
mise
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
mpv
|
mpv
|
||||||
|
mpv-mpris
|
||||||
nautilus
|
nautilus
|
||||||
nautilus-python
|
nautilus-python
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
|
|||||||
@@ -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