| Author |
Message |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Fri 23 Sep 2005, 04:56 Post subject:
Wmpower (laptop power management utility) |
|
Wmpower
wmpower is a Window Maker dock application allowing the user to graphically see (and set) the power management status of his laptop
| Description |
Wmpower
|

Download |
| Filename |
wmpower.pup |
| Filesize |
20.08 KB |
| Downloaded |
2054 Time(s) |
|
|
Back to top
|
|
 |
xxsolusxx
Joined: 22 Aug 2007 Posts: 107
|
Posted: Sun 26 Aug 2007, 15:56 Post subject:
|
|
any more entensive documentation for commands/settings?
|
|
Back to top
|
|
 |
T_Hobbit

Joined: 27 May 2006 Posts: 400 Location: Portugal - Lisbon
|
Posted: Fri 26 Oct 2007, 19:12 Post subject:
|
|
http://www.murga-linux.com/puppy/viewtopic.php?search_id=613345424&t=7486
or
you can edit /etc/rc.d/rc.local and add:
modprobe ac
modprobe battery
modprobe fan
modprobe processor
modprobe thermal
and add to /root/.jwmrc-tray
<Swallow name="wmpower">
wmpower -no-meddling
</Swallow>
after the fisrt "</Swallow>"
Last edited by T_Hobbit on Thu 15 Nov 2007, 05:17; edited 1 time in total
|
|
Back to top
|
|
 |
Newcrest
Joined: 03 Mar 2007 Posts: 203
|
Posted: Sun 28 Oct 2007, 00:59 Post subject:
|
|
Hi, it would be nice to have the display in the tray rather than as a separate window as you have shown how to do. However, I am most interested in the temperature showing not the charging time as happens when I put in the following:
<Swallow name="wmpower">
wmpower -no-meddling
</Swallow>
Is there an option which will show just temperature or place it at the top?
Thanks
|
|
Back to top
|
|
 |
HairyWill

Joined: 26 May 2006 Posts: 2949 Location: Southampton, UK
|
Posted: Sun 28 Oct 2007, 03:55 Post subject:
|
|
You can get the temperature in the tray in a round about way by installing batmon and then modifying the last lines in /root/my-applications/bin/batmon.sh
| Code: | temp=`cat /proc/acpi/thermal_zone/THM0/temperature | awk '{print $2}'`
echo -n "${acon}${per}% ${temp}C" |
You will need to ensure that the thermal module is loaded each boot. I do this with
modprobe thermal
in /etc/rc.d/rc.local
_________________ Will
contribute: community website, screenshots, puplets, wiki, rss
|
|
Back to top
|
|
 |
T_Hobbit

Joined: 27 May 2006 Posts: 400 Location: Portugal - Lisbon
|
Posted: Thu 15 Nov 2007, 05:05 Post subject:
|
|
I need to correct my previous post.
The way I write is to place it at the tray, not as separate window.
See here detailed instructions: http://www.murga-linux.com/puppy/viewtopic.php?search_id=613345424&t=7486
|
|
Back to top
|
|
 |
|