Files
omakub/applications/Docker.sh
David Heinemeier Hansson 336d897695 Make Alacritty configs compatible with v15+
Requires making the sub configs explicit so we can run alacritty migrate
to upgrade them after v15.
2025-04-19 13:49:20 +02:00

13 lines
395 B
Bash

cat <<EOF >~/.local/share/applications/Docker.desktop
[Desktop Entry]
Version=1.0
Name=Docker
Comment=Manage Docker containers with LazyDocker
Exec=alacritty --config-file /home/$USER/.config/alacritty/pane.toml --class=Docker --title=Docker -e lazydocker
Terminal=false
Type=Application
Icon=/home/$USER/.local/share/omakub/applications/icons/Docker.png
Categories=GTK;
StartupNotify=false
EOF