Skip to content

Instantly share code, notes, and snippets.

@Xnuvers007
Created June 11, 2022 12:04
Show Gist options
  • Save Xnuvers007/c81c74346c619e1725438031123de280 to your computer and use it in GitHub Desktop.
Save Xnuvers007/c81c74346c619e1725438031123de280 to your computer and use it in GitHub Desktop.
[Desktop Entry]
Version=5.1
Name=Whatsapp By Xnuvers007
Type=Application
Exec='/usr/local/bin/whatsdesk.sh'
Icon=/path/to/image
StartupNotify=true
Terminal=false
file whatsdesk.sh like this
#!/bin/bash
whatsdesk
clear
sleep 1
exit 1
echo "All Done"
exit 0
and save it to /usr/local/bin/whatsdesk.sh
@Xnuvers007
Copy link
Author

download or see this repository

https://github.com/Xnuvers007/whatsappLinux

auto install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment