Skip to content

veekrum/linux_utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Notifying Battery with funny emojis

Requirement

  • Xcowsay
    • if not installed, install by : `sudo apt install xcowsay`
    • configure crontab : `crontab -e` and save

conditions:

  • notify to charge when the battery is less than 20%
  • notify when the charge exceeds 100%
  • notify when the battery is less than 5% and computer suspends after 30 secs

How to Run?

  • clone the script
  • ‘cd notify_battery’
  • make executables: `chmod +x battery.sh && chmod +x run.sh`
  • then execute : `./run.sh`
  • wait for required condition

images

  • images with battery full :-

https://github.com/veekrum/linux_utilities/blob/master/notify_battery/image1.png

Releases

No releases published

Packages

No packages published

Languages