OpenBox and tint2 and wbar.

Hi all.
I used OpenBox and tint2 and wbar.
But as they run together?
I run OpenBox. After that, run the console and
Code:
# wbar &

Then run the tint
Code:
# tint2
real transparency off .... depth: 24
xRandr: Found crtc's: 2
xRandr: Linking output LVDS with crtc 0
usage: tint2 [-c] <config_file>
[2] + Exit 1
What is <config_file> in
Code:
...
usage: tint2 [-c] <config_file>
..

How do I run it together?
 
Originally Posted by LateNiteTV.
Put that in your ~/.config/autosart.sh

Thanks, I create ~/.config/openbox/autostart.sh
Code:
#!/bin/sh
#. . . 

wbar &
# End file.

Code:
# chmod 555 autostart.sh
# shutdown –r now

Reboot my PC. And start X, again. wbar ran but in window <NONAME>… No correct ran.
And what about tint2?
 
Runs "wbar", so far so good. After (approximately) 10 seconds, a frame around the "wbar".
By clicking on the box "wbar" - it disappears.
"tint2" does not start.
 
Originally Posted by shepper.
The tint2 developers wiki is helpful and has some example tint2rc filesTint2_Configure

Thanks. I followed the instructions and everything turned out. Thank you again.

Solution found.
 
The reason for launching "wbar" in the window:
Code:
# wbar-config

Go to the tab "Preferences" and uncheck:
Run over the desktop
Sorry me.
Thank you all.
 
Seems I was too late. Just a few useful links:

https://wiki.archlinux.org/index.php/Openbox
http://crunchbanglinux.org/wiki/tint2
http://crunchbanglinux.org/wiki/howto/autostart_programs

Sometimes(always) it is useful to read install notice , e.g.:
Code:
 pkg_info -Dx wbar
Information for wbar-1.3.3_4:

Install notice:

*************************************************

    Copy
    
        /usr/local/share/wbar/dot.wbar to ${HOME}/.wbar

    or run the program with

        wbar -config /usr/local/share/wbar/dot.wbar

*************************************************
Also feel free to look at output from :
Code:
wbar --help
For example , my autostart.sh looks like:
Code:
..
tint2 &
(sleep 2 && wbar -vbar -pos left -nofont -jumpf 0.0 -idist 10) &
..
If you are interested my tint2rc is here.
 
Back
Top