You are not logged in.
Anyone?
Offline
it's a custom theme that i packaged with the program
if you look under /usr/share/batterymon/ you can see the themes
although with the new release that is coming out in asap i will include some info on the theme format so you can make custom themes.
i hope that helps
Matthew
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline
it's a custom theme that i packaged with the program
if you look under /usr/share/batterymon/ you can see the themes
although with the new release that is coming out in asap i will include some info on the theme format so you can make custom themes.i hope that helps
Matthew
Thanks
Found out I had downloaded it incorrectly >_>
Downloading throught yaourt fixed it
Last edited by Eax (2009-04-14 22:19:09)
Offline
I have this curious little problem that even though it displays my Batterystatus as Full, it's only 86% charged Oo
Is it a bug or have my battery detoriated?
Offline
yes beacuse the current version uses full_power_design.
i will be relasing a new version shortly that should solve that problem. just need to find some time to do some finishing touches.
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline
Great
I know the time thing >_<
Offline
Ok, I'm gonna wait for this, especially for that energy_full_design and ac adapter (without bat being connected) fix, then I'll try out.
Great work genisis300. Awesome is going to look awesome with your notifier.
regards,
box1: Arch (linux-3.17-rc5)
box2: Gentoo (linux-3.17-rc5)
wm: subtle
Offline
Sorry for that stupid question but how do I use this nice program?
I tried do start it after installing it from aur with batterymon as normal user but there's only this output:
[problemkenner@ma3schine]$ batterymon
One battery found
Traceback (most recent call last):
File "/usr/bin/batterymon", line 244, in <module>
tempBATnumber = options.checkbatterys() ## set default battery number
File "/usr/bin/batterymon", line 217, in checkbatterys
return str(test[0])
IndexError: list index out of range
And could batterymon be also started at startup?
Offline
Sorry for that stupid question but how do I use this nice program?
I tried do start it after installing it from aur with batterymon as normal user but there's only this output:
...
And could batterymon be also started at startup?
I get exactly the same output, so if anyone could point us in the right direction???
Autostarting depends on your WM/DE. In openbox it is done by modifying ~/.config/openbox/autostart.sh.
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline
Hey there Awesome work on the monitor ^_^
Seeing the default theme didn't fit into my current theme I just wrapped up something quick in gimp for everyone to use
I know it's rather "crappy" but it should work, (I guess)
It's a very simple white battery theme.
Anyway here's the download:
http://eax.dk/simple_white_by_eax.tar.bz2
Looks best on dark themes
Also: C&C is more than welcome
Updated again (again): Icons should be more pretty now, sorry if they suck I'm new at gimp But I think I'm improving
One problem though, the icons seem to become more "blurry" when it has been running for some mins, any idea what would cause this?
Also: Here's the images of them(Sorry for the big pictures):
Battery when on "Low"
Full battery:
When charging:
Last edited by Eax (2009-04-18 14:56:04)
Offline
Anyone?
Offline
Thanks for your theme Eax Using it right now!
archlinux on Macbook Pro 10,1
Offline
froli: You are more than welcome I'm just happy that someone wants to use it ^_^
Just write me if you find any errors
Offline
froli: You are more than welcome
I'm just happy that someone wants to use it ^_^
Just write me if you find any errors
At this time, there's no errors at all!
archlinux on Macbook Pro 10,1
Offline
When I try to start batterymon from the commandline, I get the next output:
enne@persephone [~/]
>>> batterymon
One battery found
Traceback (most recent call last):
File "/usr/bin/batterymon", line 244, in <module>
tempBATnumber = options.checkbatterys() ## set default battery number
File "/usr/bin/batterymon", line 217, in checkbatterys
return str(test[0])
IndexError: list index out of range
Can someone explain to me how to use this program????
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline
At this time, there's no errors at all!
Great
Offline
nice program, i use it on fluxbox with an asus eee 701
it is charge_full and not charge_full_design to make it work nice with an eee 701
nice work !
is there a way to notify the program when AC is plugged or unplugged to change icon just after
Offline
nice program, i use it on fluxbox with an asus eee 701
it is charge_full and not charge_full_design to make it work nice with an eee 701
nice work !
is there a way to notify the program when AC is plugged or unplugged to change icon just after
Try running with "-i " and then the milisecons between each update
Otherwise take a look at:
batterymon --help
Offline
Anyone who has any idea relating to NeoXP and my problem?
Offline
Little bit strange indeed, that everyone in this thread is excited about the app. But nobody can inform us how to use it.:(:(
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline
When I try to start batterymon from the commandline, I get the next output [...]
What does 'ls /sys/class/power_supply/ | grep BAT' give you?
Offline
@Eax, please resize the images in #p538026.
Offline
For me it outputs nothing. This directory contains only the files C239 and C23B. So obviously my battery isn't named BAT *. How do I have to change the script to get it work?
Offline
For me it outputs nothing. This directory contains only the files C239 and C23B. So obviously my battery isn't named BAT *. How do I have to change the script to get it work?
It depends on the contents of those folders. But you could try putting either of them 'batterymon -b <here>' and see if that's the way to go.
What's the output of 'find /sys -not -type f -name BAT*'?
Last edited by Lars Stokholm (2009-04-21 20:00:23)
Offline
In my /sys/class/power_supply there are two directories C1E8 and C1E9.
Structure of directory C1E8 is:
enne@persephone [/sys/class/power_supply/C1E8/]
>>> ls -a
. .. device online power subsystem type uevent
structure of directory C1E9 is:
enne@persephone [/sys/class/power_supply/C1E9/]
>>> ls -a
. charge_full current_now model_name serial_number technology voltage_min_design
.. charge_full_design device power status type voltage_now
alarm charge_now manufacturer present subsystem uevent
batterymon -b C1E8 gives:
enne@persephone [~/]
>>> batterymon -b C1E8
One battery found
Traceback (most recent call last):
File "/usr/bin/batterymon", line 248, in <module>
tempBATnumber = options.checkbatterys()
File "/usr/bin/batterymon", line 217, in checkbatterys
return str(test[0])
IndexError: list index out of range
batterymon -b C1E9 gives:
enne@persephone [~/]
>>> batterymon -b C1E9
One battery found
Traceback (most recent call last):
File "/usr/bin/batterymon", line 248, in <module>
tempBATnumber = options.checkbatterys()
File "/usr/bin/batterymon", line 217, in checkbatterys
return str(test[0])
IndexError: list index out of range
In conky I have ${battery C1E9} which shows if the battery is on AC or charging/discharging with the percentage left. So I think C1E9 is my battery.
Arch x86_64 on HP 6820s and on HP nx9420. Registered Linux User 350155, since 24-03-2004
"Everyone said that it could not be done, until someone came along who didn't know that."
Offline