Hi people, while debugging widget layouts, psychon tried using the sky theme in conjunction with the sky theme. As this theme is missing an image definition for titlebar closing buttons, we were a bit confused :) The attached patch adds the close buttons from the default theme to sky.theme.
--
GCS/IT/M d- s+:- a--- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o--
K- w--- O M-- V PS+ PE- Y+ PGP+++ t+ 5 X+ R tv+ b++ DI+++ D+++ G+
e- h! r y+
Gregor Best
From 323756d42e82c5a15b557c93b3383ebefc70bb47 Mon Sep 17 00:00:00 2001 From: Gregor Best <[email protected]> Date: Tue, 24 Mar 2009 15:54:43 +0100 Subject: [PATCH] themes/sky: add titlebar close buttons Signed-off-by: Gregor Best <[email protected]> --- themes/sky/theme.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/themes/sky/theme.in b/themes/sky/theme.in index c68d938..1197d85 100644 --- a/themes/sky/theme.in +++ b/themes/sky/theme.in @@ -48,3 +48,7 @@ taglist_squares = true titlebar_close_button = true menu_height = 15 menu_width = 100 + +# Define the image to load +titlebar_close_button_normal = @AWESOME_THEMES_PATH@/default/titlebar/close.png +titlebar_close_button_focus = @AWESOME_THEMES_PATH@/default/titlebar/closer.png -- 1.6.2
signature.asc
Description: PGP signature
