Would something like this be usefull to add to antix

Posts: 1
sunny51
Joined: 07 Aug 2015
#1

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://linux-blog.org/lightweight-low-battery-warning-monitor-gtk-3-x-desktops/"
linktext was:"http://linux-blog.org/lightweight-low-b ... -desktops/"
====================================


I was looking for something like this.
I have not tried it yet.

I was just thinking, a low battery warning that had a sound and an adjustment for the battery level it would come on at would be good.

HA. Just as I was writing this my battery died!

Illustrates the need.
So something along the same idea as the link.

sunny51
Posts: 1,062
Dave
Joined: 20 Jan 2010
#2
I think that there are a number of options posted in the forums here.
The two that I like to use is xfce-power-manager for"larger" computers and conky/yad/aplay for"smaller".
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#3
My icewm taskbar solution . Works in Fluxbox slit and JWM taskbar also if put into the startup files. I think skidoo even improved it.



But you are welcome to install the script in your link and tell us all about it. After making sure you have enough python3 and gtk3 support to run it of course.


Code: Select all

~/Downloads/af69a99908a5bc001495-master $ ls -l
total 8
-rw-r--r-- 1 harry harry 4490 Feb  2  2015 battery_monitor.py
Posts: 119
wildstar84
Joined: 31 May 2014
#4

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://phoenixcomm.net/~jturner/"
linktext was:"http://phoenixcomm.net/~jturner/"
====================================
- look for TkBattery (my very own battery Windowmaker/Afterstep dock-app: requires Perl and PerlTk)
Posts: 20
mroot
Joined: 05 Oct 2012
#5
It doesn't have sound but another good option is to install xbattbar. With my setup a bright red line grows from right to left at the bottom of the screen, when the line reaches the left side of the screen the battery is dead. I have it at the bottom because my panel was moved to the top of the screen. I added xbattbar to the end of Control Center –-> session--> Global Desktop-Session so it starts every time I login.

I use:

xbattbar -t 4 -p 2 -I black -i black -O purple -o red -c bottom &

Most people would want the bar at the top of the screen so I would change it to:

xbattbar -t 4 -p 2 -I black -i black -O purple -o red -c top &

You may want to add a line to create delay before xbattbar starts in Global Desktop-Session file if you computer is older for example:

sleep 5 &


You can customize it to better meet your needs, look in xbattbar - - help for the options.


I hope this helps.

-mroot