script

  • Bash script for a mono wallch indicator

    I wrote this simple script to change wallch indicator to a mono one because I didn’t like the current one. I once participated in adding Arabic to wallch and I just love this program. What is Wallch? Wallch is a wallpaper changer. It doesn’t simply change your desktop background with the wallpapers that you have…

    Read More

  • shutdown bash script

    you can remove the first 2 echos if you like. #!/bin/bash echo -e “Welcome to auto shutdown” sleep 1 echo -e “Brught to you by Mohamed Adel” sleep 1 echo -e “Please insert the time you want the computer to shutdown at in Minutes.  For example : ‘5’ will auto shutdown after 5 minutes.”  read…

    Read More