I know gkrellm but it is not an applet! I want something I can add to my panel like inbox monitor, weather report, etc..klieber wrote:there is an lm_sensors plugin for gkrellm that sounds like exactly what you want.
--kurt
Code: Select all
export ACCEPT_KEYWORDS=~x86
emerge hardware-monitor

Oooo, love your little program and glad you like my gperfection2 suiteapmurray wrote:If anyone is still interested I have written an applet to do this, only requires standard gnome libs, and is very customizable, including alarms, applet layout, font sizes etc. - GNOME Sensors Applet
http://www.gnomefiles.org/app.php?soft_id=715
ebuild available from homepage: http://sensors-applet.sourceforge.net/

Sensor Applet: http://bugs.gentoo.org/show_bug.cgi?id=78179ben_zarges wrote:i am a little confused, where should i place the ebuild file?


Code: Select all
Calculating dependencies visible(): invalid cat/pkg-v: x11-plugins/sensors-applet
!!! All ebuilds that could satisfy "sensors-applet" have been masked.
!!! One of the following masked packages is required to complete your request:
!!! Problem in x11-plugins/sensors-applet dependencies.
!!! invalid CPV: x11-plugins/sensors-applet exceptions


laptoptemp-0.3.ebuildhttp://infinito.f2o.org/laptoptemp/
Anyone won't to try it or make an ebuild?
Code: Select all
inherit gnome2
DESCRIPTION="A acpi sensors applet for GNOME 2"
SRC_URI="http://infinito.f2o.org/laptoptemp/${P}.tar.gz"
HOMEPAGE="http://infinito.f2o.org/laptoptemp/"
LICENCE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="~x86 ~amd64"
USE_DESTDIR="1"
DEPEND=">=dev-lang/python-2.4.0
>=dev-python/pygtk-2.8
>=dev-python/gnome-python-2.10"