Page 14 of 15

Re: cwm

Posted: Sat Feb 28, 2015 7:01 pm
by dkeg
looking good lrcaballero. Isn't cwm great? Oh, and ha! which one? I'm basically taking a status script and piping through bar.

Code: Select all

yourscript|bar
BAR has options to add color for bg, fg, specify font and justification (left,center,right), specifify the bar geometry, and to be persistant and act as dock (which you need for cwm)

Code: Select all

yourscript|bar -g hxw+x+y -pd -f 'your font' -B bgcolor -F fgcolor
you can configure the colors for various outputs in your script, then only specify geometry and font when you call it.
Your .xinitrc may look like this

Code: Select all

sleep 3s && statsbar|bar -g 1280x24+40+7 -p -f '-artwiz-drift-medium-r-normal--10-100-75-75-n-60-iso8859-1,-misc-stlarch-medium-r-normal--10-100-75-75-c-80-iso10646-1' -F '#FFFFFFFF' -B '#FF000000' &
The second font is for icons

Your script could look something like

Code: Select all

#! /bin/bash
battery () {
  battery code
}
memory () {
  memory code
}
music () {
  music display code
}
time () {
  date
}
while;; do
  echo $battery $memory $music $time
  sleep 1
done
add justify

Code: Select all

  echo $battery $memory %{c}$music %{r}$time
might not be perfect, going adhoc here. Put something together, and share. We can go from there. I could give you what I have; but where's the fun in that?

Re: cwm

Posted: Sat Feb 28, 2015 10:14 pm
by lrcaballero
^Thank you dkeg for your recommnedations & samples...I will put my "skills" to the test tonight and will post the output, after running my week-end errands...have a great week-end!

Re: cwm

Posted: Sat Feb 28, 2015 11:05 pm
by dkeg
excellent. You'll be up and running (well with regards to BAR) in no time.

Re: cwm

Posted: Mon May 11, 2015 3:10 am
by lrcaballero
Thank you for your kind words dkeg...

Here's my new setup still haven't taken the time to play with and bar yet....I have lots of going on in my personal life!

http://lrcaballero.deviantart.com/art/Hot-Dog-532145836

Image

Re: cwm

Posted: Mon May 11, 2015 4:06 am
by dkeg
very good! And hope those are positive goings on ...

Re: cwm

Posted: Mon May 11, 2015 5:10 am
by bones
Clean and light, almost has a plan9 feel to it. Still love cwm, just installed it in Ubuntu.

Re: cwm

Posted: Mon May 11, 2015 3:47 pm
by Dr_Chroot
Yes, it does have a pleasant plan9 feel to it. Very nice, lrcaballero!

Re: cwm

Posted: Tue May 12, 2015 4:14 am
by lrcaballero
dkeg wrote:very good! And hope those are positive goings on ...
Unfortunately not dkeg my wife has some health issues and it has been constant trips to hospital...not fun at all!!!

^Thank you bones!

^Thank you Dr_Chroot

Re: cwm

Posted: Tue May 12, 2015 12:58 pm
by machinebacon
Best wishes to your wifey, tell her the BBQ brothers think of her :)

Re: cwm

Posted: Tue May 12, 2015 1:19 pm
by dkeg
^ yes. Thoughts are with you and your wife. Hang in there

Re: cwm

Posted: Wed May 13, 2015 3:41 am
by lrcaballero
Thank you "Grillers" for your kind words and love...

^machinebacon
^dkeg

yes, it has been rough.. but hanging in there with lots of love and support for the wife.

Re: cwm

Posted: Sat May 16, 2015 5:18 am
by bones
One (of two!) color schemes I came up with: nightscape

I still like it!

Re: cwm

Posted: Sat May 16, 2015 7:53 am
by stark
Nice colors, specially the background of alsamixer.

Re: cwm

Posted: Sat May 16, 2015 1:13 pm
by dkeg
cwm! Yes, that is a soft color scheme.

Re: cwm

Posted: Sat May 16, 2015 4:10 pm
by Dr_Chroot
Indeed, the colors looks very sharp!

Re: cwm

Posted: Sat May 16, 2015 6:21 pm
by simgin
Easy to read, real good stuff Jones!

cheers
simon

Re: cwm

Posted: Fri May 29, 2015 2:20 pm
by machinebacon
Ubuntu 15.04, heavily stripped, no-GTK/qt

Wallpaper: Tesla
Xcolors: Turkish
Probably drew's shiny 'colorbar' fits well

tty-clock (change color by pressing numbers between 0 and 7)
pidsley's env-info
alsamixer for curses demo

Re: cwm

Posted: Fri May 29, 2015 2:23 pm
by GekkoP
^ it's getting better and better.

Re: cwm

Posted: Fri May 29, 2015 5:26 pm
by bones
^^ I smell a new BBQ-buntu release.

Re: cwm

Posted: Fri May 29, 2015 8:02 pm
by ivanovnegro
Looks very sweet. Ubuntu using 44 MB RAM, oh my.