This commit is contained in:
Stephan Raabe 2024-02-29 17:16:36 +01:00
parent d65e517dee
commit 202a28bd7f
4 changed files with 22 additions and 0 deletions

14
.install/apps.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
# ------------------------------------------------------
# Apps Installation
# ------------------------------------------------------
echo -e "${GREEN}"
figlet "ML4W Apps"
echo -e "${NONE}"
sed -i "s|HOME|${HOME}|g" $HOME/dotfiles/apps/ml4w-welcome.desktop
cp $HOME/dotfiles/apps/ml4w-welcome.desktop $HOME/.local/share/applications
echo ":: ML4W Welcome App installed successfully"
echo

BIN
apps/ml4w-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

7
apps/ml4w-welcome.desktop Executable file
View File

@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Name=ML4W Welcome App
Exec=HOME/dotfiles/apps/ML4W_Welcome-x86_64.AppImage
Icon=HOME/dotfiles/apps/ml4w-icon.png
Terminal=false
Categories=Utility

View File

@ -73,6 +73,7 @@ fi
if [[ $profile == *"Qtile"* ]]; then if [[ $profile == *"Qtile"* ]]; then
source .install/qtile-dotfiles.sh source .install/qtile-dotfiles.sh
fi fi
source .install/apps.sh
source .install/gtk.sh source .install/gtk.sh
source .install/bashrc.sh source .install/bashrc.sh
source .install/cleanup.sh source .install/cleanup.sh