Discussion:
FVWM: Showing nice graphs of system activity on desktop
Siju George
2012-04-29 17:48:00 UTC
Permalink
Hi,

I am making my own Fvwm Configuration from scratch.
How can I display nice graphs showing system activities like

o Processor Load
o Disk Usage
o ACPI status
o Digital Time and date

etc?

I am looking for some thing similar to the one in the right side of
this picture.

Loading Image...

Also how do I start up some applications automatically when Fvwm starts up.
And also how to make applications sticky only on certain pages?

Thanks & Regards

Siju
Dan Espen
2012-04-29 18:30:24 UTC
Permalink
Post by Siju George
Hi,
I am making my own Fvwm Configuration from scratch.
How can I display nice graphs showing system activities like
o Processor Load
o Disk Usage
o ACPI status
o Digital Time and date
etc?
I am looking for some thing similar to the one in the right side of
this picture.
http://files.ixpub.net/forum/bbs/month_0811/20081126_f6bb17f9419f8b61f75dc7b3q1CoNFIV.png
That's gkrellm.
Post by Siju George
Also how do I start up some applications automatically when Fvwm starts up.
AddToFunc InitFunction I exec applicationname
Post by Siju George
And also how to make applications sticky only on certain pages?
Not sure.
--
Dan Espen
Thomas Adam
2012-04-29 20:08:24 UTC
Permalink
Post by Siju George
Hi,
I am making my own Fvwm Configuration from scratch.
How can I display nice graphs showing system activities like
o Processor Load
o Disk Usage
o ACPI status
o Digital Time and date
etc?
xosview? Not that this has anything to do with FVWM.
Post by Siju George
I am looking for some thing similar to the one in the right side of
this picture.
http://files.ixpub.net/forum/bbs/month_0811/20081126_f6bb17f9419f8b61f75dc7b3q1CoNFIV.png
Also how do I start up some applications automatically when Fvwm starts up.
AddToFunc StartFunction I Test (Init) Foo
Post by Siju George
And also how to make applications sticky only on certain pages?
By marking them not sticky when you switch to certain pages. Hence
something like:

Style foo StickyAcrossPages, State 1

DestroyModuleConfig FE:*
*FE: new_page RunMe

AddToFunc StartFunction I Module FvwmEvent FE

DestroyFunc RunMe
AddToFunc RunMe
+ I PipeRead `[ $[page.nx] = "1" ] && [ $[page.ny] = "0" ] && \
echo "All (CurrentPage, State 1) WindowStyle !Sticky" || \
echo "All (CurrentPage, State 1, !Sticky) WindowStyle Sticky"`

-- Thomas Adam
--
"Deep in my heart I wish I was wrong. But deep in my heart I know I am
not." -- Morrissey ("Girl Least Likely To" -- off of Viva Hate.)
Loading...