From 2173e8ad0a5dad33e39bd2a01d4fd7abe795c25b Mon Sep 17 00:00:00 2001 From: thomasadam Date: Tue, 25 Mar 2008 01:16:21 +0000 Subject: [PATCH] Update minimal theme to use features in FVWM 2.5.25+ Some of the style options were a little out of date. This also removes some deprecation warnings from old style changing since the theme was written. --- themes/minimal/modules/main | 4 ++-- themes/minimal/windowlook | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/minimal/modules/main b/themes/minimal/modules/main index 94622fa..5b537a7 100644 --- a/themes/minimal/modules/main +++ b/themes/minimal/modules/main @@ -1,8 +1,8 @@ # ---------------------------------------------------------------------------- # Icon related configuration -Style "*" IconBox screen w 5 5 -10 -10, IconGrid 3 3, IconFill left top -Style "*" SlipperyIcon, IconTitle +Style * IconBox screen w 5 5 -10 -10, IconGrid 3 3, IconFill left top +Style * SlipperyIcon, IconTitle # ---------------------------------------------------------------------------- # start-stop functions diff --git a/themes/minimal/windowlook b/themes/minimal/windowlook index 7cac02c..1fcbb5b 100644 --- a/themes/minimal/windowlook +++ b/themes/minimal/windowlook @@ -1,9 +1,9 @@ FuncFvwmSetFont-WindowTitle * -*-fixed-medium-r-semicondensed-*-13-* FuncFvwmSetFont-IconTitle * -*-fixed-medium-r-semicondensed-*-13-* -Style "*" BorderWidth 7, HandleWidth 7 -Style "*" FvwmBorder, FirmBorder -Style "*" NoTitle +Style * BorderWidth 7, HandleWidth 7 +Style * FvwmBorder, FirmBorder +Style * !Title BorderStyle Simple -- HiddenHandles NoInset Raised @@ -17,7 +17,7 @@ AddToFunc FuncFvwmStartWindowLook DestroyFunc FuncFvwmStopWindowLook AddToFunc FuncFvwmStopWindowLook -+ I Style "*" Title ++ I Style * Title AddToFunc FuncFvwmReloadDecor + I FuncFvwmSetFont-WindowTitle * -*-fixed-medium-r-semicondensed-*-13-* @@ -26,4 +26,4 @@ AddToFunc FuncFvwmReloadDecor + I TitleStyle -- Flat + I ButtonStyle All -- Flat + I FuncFvwmOverRideWindowLook -+ I Style "*" NoTitle ++ I Style * !Title -- 2.11.4.GIT