Comments
[»]
fix to automatically show background image
by nullstorm - Jul 3rd 2002 22:36:15
To get the background image to automatically show up add the following line
to the theme:
rootCommand: Esetroot -scale ~/.blackbox/LiquidCrystal.jpg
This, of course, requires you have the Esetroot program and the path
should be adjusted to the location of LiquidCrystal.jpg on your system.
[reply]
[top]
[»]
fix for small window bar button display issue
by nullstorm - Jul 3rd 2002 22:27:24
I downloaded the LiquidCrystal theme for blackbox v0.50.2. Thanks. However,
on my debian system running blackbox v0.51.3 it looked a little strange.
The buttons on the window bar wouldn't paint unless they were
"pressed" by holding th mouse down on them. In fact, the colors
of the application behind the window would "paint through" in the
button areas of the window bar. I solved the problem by changing the '.' to
a '*' in the following lines of the theme:
------------------------ before ------------
window.button: Sunken Diagonal Gradient Bevel1
window.button.color: rgb:a1/a1/a1
------------------------ after-------------
window*button: Sunken Diagonal Gradient Bevel1
window*button.color: rgb:a1/a1/a1
------------------------------------------
It seems there are three button states:
1) window.focus.button
2) window.unfocus.button
3) window.button.pressed
The window*button handles both the focus and unfocus states. I don't know
if I had this small visual problem because my blackbox program is an older
version than the author or because its a newer version than the author or
if it existed on the author's display but they never noticed it.
Hope this information helps.
[reply]
[top]
|