On 14.12.2011 12:47, The Sighter wrote:
> 
> Hello, here I am with a problem again. :)
> 
> Currently I try to place a wibox on the top of another.
> 
> The Code is here: https://gist.github.com/1476227
> 
> This works so far, but the problem is that all clients
> are drawn over the upper wibox, and there is a gap on the top
> of the screen. (I think because of the default wibox.position is top)
> 
> I have tried to set the screen.workarea.y manually but this does not
> change anything.

Why do you set position = "bottom" on the first wibox but don't do that on the
second one? I might be wrong, but shouldn't that just solve the problem?

Cheers,
Uli

-- 
my $key = "\x49\x03\x93\x08\x19\x94\x96\x94\x28\x93\x83\x04\x68\x28\xa8\xf5".
          "\x0a\xb9\x94\x02\x45\x81\x93\x1f\xbc\xd7\xf3\xad\x93\xf5\x32\x93";
my $cipher = Crypt::Rijndael->new( $key, Crypt::Rijndael::MODE_ECB() );
my $plain = $ciper->decrypt($daten);

-- 
To unsubscribe, send mail to [email protected].

Reply via email to