//#include materials.obtheme //version(1) material flat { opacity(1) } material grad { opacity(1) gradient(split) } material none { } theme awesome { style regular_window { decor clientwindow { space { anchor(1 + client.width + 1/3* 9/2, 0, 0) up(0, 0, 0) } geometry { shapeof(client) } material(flat) texture { //$CLIENT.contents } decor titlebar { context(titlebar) geometry { // box (0, 0, 0) to (.1 * client.width / (4/client.width), 100%, 0) } material(flat) //texture { decor title { geometry { // text(client.title) // justify(center) } } decor minbutton { material(none) context(minimize) } decor maxbutton { material(none) context(maximize) } } decor handle { space { anchor(0, 0, 0) up(0, 0, 0) } decor leftgrip { context(blcorner) cursor(SOUTHWEST) } decor rightgrip { context(brcorner) cursor(SOUTHEAST) } context(bottom) cursor(SOUTH) } } } }