From c1957dc98bfde16a44348d2581f5d2008f5411c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Steinbei=C3=9F?= Date: Fri, 30 Sep 2011 23:02:19 +0200 Subject: [PATCH] Add shadow-properties (offset) so that "light comes from above" and fix shadow-opacity --- xfwm4/themerc | 5 +++++ xfwm4_compact/themerc | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/xfwm4/themerc b/xfwm4/themerc index eb5bb1da..b5234552 100644 --- a/xfwm4/themerc +++ b/xfwm4/themerc @@ -17,3 +17,8 @@ title_vertical_offset_active=2 title_vertical_offset_inactive=2 button_offset=4 button_spacing=2 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-10 +shadow_opacity=50 diff --git a/xfwm4_compact/themerc b/xfwm4_compact/themerc index bf819607..afdd6ec7 100644 --- a/xfwm4_compact/themerc +++ b/xfwm4_compact/themerc @@ -14,4 +14,9 @@ full_width_title=true title_vertical_offset_active=2 title_vertical_offset_inactive=2 button_offset=8 -button_spacing=10 \ No newline at end of file +button_spacing=10 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-8 +shadow_opacity=50