Move Docker .desktop to TUI install

This commit is contained in:
David Heinemeier Hansson 2025-08-22 22:27:44 +02:00
parent 3381bcca59
commit 29ea8af5e1
3 changed files with 1 additions and 11 deletions

View File

@ -1,11 +0,0 @@
[Desktop Entry]
Version=1.0
Name=Docker
Comment=Manage Docker containers with LazyDocker
Exec=alacritty --class=Docker --title=Docker -e lazydocker
Terminal=false
Type=Application
Icon=Docker
Categories=GTK;
StartupNotify=false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@ -2,4 +2,5 @@
if [ -z "$OMARCHY_BARE" ]; then
omarchy-tui-install "Disk Usage" "bash -c 'dust; read -n 1 -s'" float https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/qdirstat.png
omarchy-tui-install "Docker" "lazydocker" float https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/docker.png
fi