On Sun, Mar 05, 2006 12:02:31PM +0100, Georg Neis wrote:
> * Ivan F. Villanueva B. <[EMAIL PROTECTED]> wrote:
> > I have created a file in .wmii-2.5 with the name "status",
> > which is executable:
> >     
> >     #!/usr/local/9/bin/rc
> > 
> >     cpu=`cpufreq-info -fm`
> >     xwrite /bar/$1/date `echo "$cpu"`
> 
> * Anselm R. Garbe <[EMAIL PROTECTED]> wrote:
> > On Sun, Mar 05, 2006 at 09:44:31AM +0100, Ivan F. Villanueva B. wrote:
> > >     xwrite /bar/$1/date `echo "$cpu"`
> > 
> > It should look like
> > 
> >      xwrite /bar/$1/date $"cpu
> > 
> > in rc syntax.
> 
> And
> cpu=`{cpufreq-info -fm}

Thanks for the replies. My file "status" looks now like:

    #!/usr/local/9/bin/rc

    cpu=`{cpufreq-info -fm}
    xwrite /bar/$1/date $"cpu

However, I have on the right side of the bar only a small empty square.

-- 
Ivan F. Villanueva B.
artificialidea.com
<<<                   European Community Patent will bring            >>>
<<<                     Software patents by the backdoor              >>>
<<<                      http://wiki.ffii.org/ComPatEn                >>>

_______________________________________________
[email protected] mailing list
http://wmii.de/cgi-bin/mailman/listinfo/wmii

Reply via email to