21 lines
398 B
Plaintext
21 lines
398 B
Plaintext
|
########################################################################
|
||
|
# Statusbar
|
||
|
########################################################################
|
||
|
|
||
|
style "statusbar"
|
||
|
{
|
||
|
engine "pixmap"
|
||
|
{
|
||
|
### Statusbsr ###
|
||
|
image
|
||
|
{
|
||
|
function = RESIZE_GRIP
|
||
|
detail = "statusbar"
|
||
|
overlay_file = "statusbar/resizer.png"
|
||
|
overlay_stretch = FALSE
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class "GtkStatusbar*" style "statusbar"
|