From: Derek Foreman Date: Thu, 20 May 2010 18:08:40 +0000 (-0400) Subject: a more complete test theme X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=edd843b33b828473c82aa1bb8d1d796d836542b9;p=manmower%2Fobtheme.git a more complete test theme --- diff --git a/theme.obtheme b/theme.obtheme index 3bc8496..e4a3af1 100644 --- a/theme.obtheme +++ b/theme.obtheme @@ -22,7 +22,8 @@ theme awesome { up(0, 0, 0) } geometry { - shapeof(client) +// shapeof(client) + box (0, 0, 0) to (client.width, client.height, 0) } material(flat) texture { @@ -51,20 +52,40 @@ theme awesome { context(minimize) } decor maxbutton { + geometry { + box (0, 0, 0) to (10, 10, 0) + } material(none) context(maximize) } } decor handle { + geometry { + box (0, 0, 0) to (client.width, 10, 0) + } space { - anchor(0, 0, 0) - up(0, 0, 0) + anchor(0, client.height, 0) + up(0, 1, 0) } decor leftgrip { + space { + anchor(0, client.height, 0) + up(0, 1, 0) + } + geometry { + box (0, 0, 0) to (30, 10, 0) + } context(blcorner) cursor(SOUTHWEST) } decor rightgrip { + space { + anchor(client.width - 30, client.height, 0) + up(0, 1, 0) + } + geometry { + box (0, 0, 0) to (30, 10, 0) + } context(brcorner) cursor(SOUTHEAST) }