You are not logged in.
EAX have you looked at the svn version? your theme may need a few changes when we upload the new release.
Nice theme
sorry if i have been a little slow helping people. the new version uses hal (thanks to Tomas) instead of the /sys/ this will remove alot of the problems people are having at the moment with battey names and % charge problems.
The program will also now show remaining time and ac notification.
Last edited by genisis300 (2009-04-21 20:39:14)
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline
@Eax, please resize the images in #p538026.
I've resized the images and added a black background so everyone can actually see them xD In the downloadble version they have a transparent background
EAX have you looked at the svn version? your theme may need a few changes when we upload the new release.
Nice theme
sorry if i have been a little slow helping people. the new version uses hal (thanks to Tomas) instead of the /sys/ this will remove alot of the problems people are having at the moment with battey names and % charge problems.
The program will also now show remaining time and ac notification.
No I haven't Gotta admit I don't know how
(If you could tell me how I'd be delighted
What's gotta be fixed?
Thanks
Nice It doesn't bother me that much but I got kindda afraid when a full battery showed 86 percent
Also I made black version of my theme so here they are both of them:
When low:
Around 50% battery:
When full:
When powering:
Last edited by Eax (2009-04-21 20:59:07)
Offline
maybe you could make a black theme as well?
we've added support for charing icons a bit like gnome power manager. a percentage icon with a charing symbol basicly.
you can see the structure in the following link.
http://code.google.com/p/batterymon/sou … cons/gnome
Once get the new release finished i will add a wiki on makeing new themes so people can make there own if they like
regards
Matthew
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline
NeoXP: There seems to be some mistakes made in the programming. This should fix it for now (plus means add, minus delete):
At line 224:
- BATnumber = bat
+ return bat
At line 248-250:
- tempBATnumber = options.checkbatterys()
- checkBat = options.check_battery_exists()
- BATnumber = tempBATnumber.strip('\n')
+ BATnumber = options.check_battery_exists()
Hopefully you should now be able to successfully use the -b switch.
Last edited by Lars Stokholm (2009-04-21 21:19:45)
Offline
maybe you could make a black theme as well?
we've added support for charing icons a bit like gnome power manager. a percentage icon with a charing symbol basicly.you can see the structure in the following link.
http://code.google.com/p/batterymon/sou … cons/gnome
Once get the new release finished i will add a wiki on makeing new themes so people can make there own if they likeregards
Matthew
Already done it Check above post
Nice
Ahh charging Nice
Looking into it now
Editing my files
Last edited by Eax (2009-04-22 09:15:29)
Offline
NeoXP: There seems to be some mistakes made in the programming. This should fix it for now (plus means add, minus delete):
At line 224:
- BATnumber = bat + return bat
At line 248-250:
- tempBATnumber = options.checkbatterys() - checkBat = options.check_battery_exists() - BATnumber = tempBATnumber.strip('\n') + BATnumber = options.check_battery_exists()
Hopefully you should now be able to successfully use the -b switch.
Thanks,
I'm at work atm, but I wll check this evening if your hack is working.
NeoXP
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
maybe you could make a black theme as well?
we've added support for charing icons a bit like gnome power manager. a percentage icon with a charing symbol basicly.
I've started updating the themes I made to support the new structure
If you want you can add me to the google project page, my google account name is: eax.exe@gmail.com
Offline
@ Eax
May be a kind of lightning drawing or something like that would look better than the big "C" when it's charging.
You could draw something like that :
Thats my sugestion of the day
archlinux on Macbook Pro 10,1
Offline
@Froli: Thanks
Currently I'm considering how to implent the C (Or lightning or whatever) while it's charging and still looking simplistic and keeping the KISS model.
Offline
@Froli: Thanks
Currently I'm considering how to implent the C (Or lightning or whatever) while it's charging and still looking simplistic and keeping the KISS model.
It is already simplistic, and it would be as simplistic with a lightning or whatever.
archlinux on Macbook Pro 10,1
Offline
@Froli:
You're right about that : )
But it's gonna have to show how many % (or bars) it's charged and would it look better if the lightning were black on the white theme and vice versa or?
I'm gonna create some examples when I get home.
Offline
Yeah, bars would shows how full is the battery and the lightning would be over the bars, in the opposite color.
By exemple (with the white theme), if the battery is low AND charging, the theme would shows the battery with only one bar PLUS a black lightning over it to show that it's charging.
archlinux on Macbook Pro 10,1
Offline
NeoXP: There seems to be some mistakes made in the programming. This should fix it for now (plus means add, minus delete):
At line 224:
...
At line 248-250:
...
Hopefully you should now be able to successfully use the -b switch.
Thanks Lars Stokholm, it works for me now.
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
I'm sorry for my lack of updating; Having a stressed time in school at the moment Hope to get work done in the weekend
Offline
Take you time dude... But not too much
I can't wait to see what it will look like!
archlinux on Macbook Pro 10,1
Offline
me two they look really good
i'll try and get the new release out this weekend. it's taken a bit off time but i think it will be worth the wait
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline
I, too, was having the problem that NeoXP was having. I modified the python code and specified the battery item from the only battery listed in /sys/class/power_supply/. I did both at once so I can't say if only one or the other fixed it, but the combined effect is that it now works. Thanks!
Offline
Hi there, I'm having trouble finding a proper "lightning" logo.
Can anyone link me to one? Preferably in just b/w
Offline
is this any good
Last edited by genisis300 (2009-04-30 11:04:33)
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline
One like those would look perfect:
archlinux on Macbook Pro 10,1
Offline
Great thanks both of you
I HOPE! To work on it this weekend but my school is horrible at the moment
Offline
Just installed it, looks pretty good. Thnx...
Offline
At long last the new version has been released. i would like to thank Thomas for all his help with this as he did alot of the hal backend work and moved this project onto the next level.
new features include.
Optinal notification support
new theme sets for charging icons.
run a command on battery critical etc
remaining battery time on tooltip
probably lots more as well.
If you have any problems please let me know this has been tested for a while but you never know with these things.
Regards
Matthew
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline
Thanks! It looks really good. Everything seems to be working at my end.
It should depend on dbus-python though.
Offline
thanks, i knew i would miss something
is there an easy way to work out what a PKGBUILD depends on?
Regards
Matthew
"is adult entertainment killing our children or is killing our children entertaining adults?" Marilyn Manson
Offline