Re: [Sawfish] few theming questions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
Hi Fuchur,
thanks for your suggestion - it looks exactly like what I need.
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> (define corner-br
> `((focused . ,(make-image "your-corner-if-window-have-focus.png"))
> (highlighted . ,(make-image "your-corner-if-mouse-over-corner.png"))
> (clicked . nil)
> (inactive . nil)
> (inactive-highlighted . nil)
> (inactive-clicked . nil)))
>
>
>
> ((background . ,corner-br)
> (bottom-edge . -5)
> (right-edge . -5)
> (class . bottom-right-corner))
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
But when I copy (and of course adjust the file names) into my theme it
does not work. When I force sawfish to restart with that team I only
get a
"Unbound variable: corner-br".
What do I miss?
Also is there any kind of log info / debug info available to test the
themes? The blind try and error without any feedback or the long-way
workaround via force restart of sawfish takes the fun out of it.
Thanks
H.
--
Sawfish ML