You are not logged in.
Hi everyone.
I'm currently programming a System Tray application[1] which provide useful
information about batteries status and a nice frontend to Cpufreq daemon[2] that I also written.
Written in Qt, it use UPower via DBus to retrieve batteries information, as hal is now deprecated.
If some people are currently using it, or if you want to do so, please feel free to report any problem
to me, advises/ideas are also welcomed.
Cheers,
PyrO_70
Screenshots : http://image.pyrotools.org/pyrotools/ba … status.png
Source : http://gitorious.org/ptbatterysystemtray
[1] http://aur.archlinux.org/packages.php?ID=37275
[2] http://aur.archlinux.org/packages.php?ID=39369
Last edited by PyrO_70 (2011-05-26 15:09:01)
Offline
I'll be sure to try this out for my laptop! Just a heads up, I've come to the conclusion (as has PowerTop) that the "On demand" governor is superior to the "Conservative" one, since it uses less power processing a task at a higher frequency quickly than churning away at a task at a lower frequency for longer.
Offline
I use the "ondemand" governor. The governor is set to "Conservative" on the screen because I did some tests
Offline
THANK YOU for this app.
This is exactly what I needed.
Offline
Hi everyone,
Just to let you know that I released a new version (release candidate) of batterysystemtray, as well as for ucpufreq.
It's not much of a change in terms of features as it's pretty much identical, though the interface did move a bit.
Most of the work in within the code itself, it's easier to maintain, hence to improve it.
Main changes are :
batterysystemtray:
- Choose the main device
- Power Line is displayed as a device and it's possible to set up alert when it's plugged or unplugged
- Low and Full alert for batteries
- Notifications uses the message system integrated with Qt System tray icons. (plans are to be able
to use a desktop notification system, when I light and widely used system)
ucpufreq:
- The DBus interface now looks like any other dbus interfaces (same naming convention)
- XML files describing the DBus interface is available in /usr/share/dbus-1/interfaces/org.pyrotools.UCpufreq*.xml
- The DBus interface makes more use of properties to ease the interaction with other software if needed
Please, if you are already using the application you can either update the current package using AUR or search for the new 1.0.0-rc2 version in AUR.
batterysystemtray-git : https://aur.archlinux.org/packages.php?ID=37275
batterysystemtray-1.0.0-rc2 : https://aur.archlinux.org/packages.php?ID=58900
ucpufreq-git : https://aur.archlinux.org/packages.php?ID=39369
ucpufreq-1.0.0-rc3 : https://aur.archlinux.org/packages.php?ID=58899
Hope you'll find it better, do not hesitate to give me feedback !
Brieuc.
Last edited by PyrO_70 (2012-04-30 18:57:08)
Offline
Your program is great. Is there anything extra to be done to let ucpufreq show and change my governor and frequency?
Daemon is running and ucpufreq seems to be active in ptbatterysystemtray but I can't see or change any settings.
I installed git version of ucpufreq and it's ok now.
Last edited by magillos (2012-10-19 19:19:47)
Offline
hya
looks cool and seems to work really well. can you add a option to always show the percent left overlaid on the icon/alongside?
txh
Z
Offline
Hi,
thanks for your work!
I'm trying to use the ptbatterysystemtray+ucpufreq but I can't get the battery status working (actually I'm using Qbat and it works fine).
I've been looking for 5minutes the source code but can't find easly where to see what's waiting your process to get the battery info.
Can you help me?
Thanks
Offline
Hi,
thanks for your work!
I'm trying to use the ptbatterysystemtray+ucpufreq but I can't get the battery status working (actually I'm using Qbat and it works fine).
I've been looking for 5minutes the source code but can't find easly where to see what's waiting your process to get the battery info.
Can you help me?
Thanks
I couldn't see any battery devices when i installed it, but noticed that after running "upower --dump", it picked up the battery fine, so i added this to my openbox autostart
Also, is their a way to change what battery levels determine how many bars to show in the notification bar, at 45% it was only showing one bar
HP DV6 + Arch + Openbox
Offline