mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-03 12:47:50 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9cf1852525 | ||
|
|
8075b8b0dc | ||
|
|
961d4241f0 |
Binary file not shown.
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 147 KiB |
@@ -26,7 +26,7 @@ docker-buildx
|
||||
docker-compose
|
||||
dosfstools
|
||||
dotnet-runtime-9.0
|
||||
dust
|
||||
dua-cli
|
||||
evince
|
||||
exfatprogs
|
||||
expac
|
||||
@@ -82,6 +82,7 @@ man-db
|
||||
mariadb-libs
|
||||
mise
|
||||
mpv
|
||||
mpv-mpris
|
||||
nautilus
|
||||
nautilus-python
|
||||
gnome-disk-utility
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ICON_DIR="$HOME/.local/share/applications/icons"
|
||||
|
||||
omarchy-tui-install "Disk Usage" "bash -c 'dust -r; read -n 1 -s'" float "$ICON_DIR/Disk Usage.png"
|
||||
omarchy-tui-install "Disk Usage" "dua i" float "$ICON_DIR/Disk Usage.png"
|
||||
omarchy-tui-install "Docker" "lazydocker" tile "$ICON_DIR/Docker.png"
|
||||
|
||||
@@ -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