Skip to content

MiinaMagdy/battery-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

battery-notification

A shell script that notifies you when the battery percentage reaches up to 95% on Linux

Installation

  1. Clone the repository to your local machine
git clone git@github.com:MiinaMagdy/battery-notification.git
  1. install pulseaudio to play sounds
sudo apt-get install pulseaudio-utils
  1. Run the following command
chmod +x ./battery-notification/battery-full-notification.sh
  1. copy to /usr/bin/ directory
sudo cp -r ./battery-notification /usr/bin/
  1. Open startup applications
gnome-session-properties
  1. press the add button and add the following in the command section
/usr/bin/battery-notification/battery-full-notification.sh

image

  1. Reboot and Done!

About

Simple bash script that makes notification when the battery percentage reaches up to 95%

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages