Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 622 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 622 Bytes

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>