Skip to content

OAtulA/linux-battery-notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

linux-battery-notifier

Sends notification when battery is above 95 to unplug the AC adapter and when battery is at 30, 40 and below 20 to plug-in AC adapter again.

Steps to run this

  • Install acpi
    sudo apt install acpi 
  • Make file executable
  • If any of your folder/directory name contains space like 'My Things' while writing file path write fodler name as
  • My\ Things
  • Else You might get an error of no such file or directory
  chmod +x <file-path>

About

Sends notification when battery is above 95 to unplug the AC adapter and when battery is below at 30, 40 and 20 to plug-in AC adapter again.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%