diff --git a/.install/apps.sh b/.install/apps.sh new file mode 100755 index 0000000..bf2b494 --- /dev/null +++ b/.install/apps.sh @@ -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 \ No newline at end of file diff --git a/apps/ml4w-icon.png b/apps/ml4w-icon.png new file mode 100644 index 0000000..7d4efe7 Binary files /dev/null and b/apps/ml4w-icon.png differ diff --git a/apps/ml4w-welcome.desktop b/apps/ml4w-welcome.desktop new file mode 100755 index 0000000..3afc954 --- /dev/null +++ b/apps/ml4w-welcome.desktop @@ -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 \ No newline at end of file diff --git a/install.sh b/install.sh index fea3483..9b27c4e 100755 --- a/install.sh +++ b/install.sh @@ -73,6 +73,7 @@ fi if [[ $profile == *"Qtile"* ]]; then source .install/qtile-dotfiles.sh fi +source .install/apps.sh source .install/gtk.sh source .install/bashrc.sh source .install/cleanup.sh