mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
Requires making the sub configs explicit so we can run alacritty migrate to upgrade them after v15.
13 lines
407 B
Bash
13 lines
407 B
Bash
cat <<EOF >~/.local/share/applications/About.desktop
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Name=About
|
|
Comment=System information from Fastfetch
|
|
Exec=alacritty --config-file /home/$USER/.config/alacritty/pane.toml --class=About --title=About -e bash -c 'fastfetch; read -n 1 -s'
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=/home/$USER/.local/share/omakub/applications/icons/Ubuntu.png
|
|
Categories=GTK;
|
|
StartupNotify=false
|
|
EOF
|