On Sun, Apr 29, 2012 at 11:18:00PM +0530, Siju George wrote:
> 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.

> 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

> 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.)

Reply via email to