On 10.01.2012 13:48, Alexander Yakushev wrote: > Thank you for the information so far. > > Is it true that there is now way to make transparent wiboxes in the latest > version?
Nope. X11 is ugly and evil. Triggers bugs in intel's Xorg driver. :-( (Well, yes, there is, you can set a wibox' backgrounds color to e.g. "#ff000088" (semi-transparent green), start awesome with --no-argb (which does the exact opposite as what the name implies since I were too lazy to revert my commits) and start a compositing manager (e.g. xcompmgr). If you did all of the above, your wibox' background will be transparent. If you skip the compositing manager, you'll get #880000 as your wibox' background instead (color*alpha/0xff, yay for pre-multiplied alpha)) > 2012/1/10 Anurag Priyam <[email protected]> > >> On Tue, Jan 10, 2012 at 4:21 PM, Alexander Yakushev >> <[email protected]> wrote: >>> Though I'm a bit anxious myself to migrate to git-version. Is there a >> place >>> to read all implications connected with it? I'm bad at documenting stuff. Sorry. However, feel free to ask me questions. I would have offered to port this from 3.4 to master myself (so that you could just submit a version for awesome 3.4), but since the port was already started.... >> I moved only a couple of days back. Migration is pretty easy. Since I >> couldn't find anything to read I created this page [1] an hour back to >> document some of the changes I had to make. Though, I haven't added >> anything yet. You can refer to my awesomerc[2], SHA: >> b18c69d073c6c50dce1e3f681b2b37d81a1b7b9b [3] if you want. I haven't >> got tooltips, and gradient in graph widgets working yet. Mind you, I >> shamelessly amend public commits when it comes to my configuration >> files. >> >> [1]: https://awesome.naquadah.org/wiki/Awesome_3.4_to_git_master >> [2]: https://github.com/yeban/awesomerc/ >> [3]: >> https://github.com/yeban/awesomerc/commit/b18c69d073c6c50dce1e3f681b2b37d81a1b7b9b 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].
