From 90720054e0131e3791dc7a14c961083f310ee08c Mon Sep 17 00:00:00 2001 From: thomasadam Date: Tue, 25 Mar 2008 01:13:55 +0000 Subject: [PATCH] Update luthien 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/luthien/buttons | 6 ++++-- themes/luthien/globalfeel | 8 +++++--- themes/luthien/modules/main | 4 ++-- themes/luthien/modules/normal-icons/no | 2 +- themes/luthien/windowlook | 4 ++-- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/themes/luthien/buttons b/themes/luthien/buttons index 9f4cccc..f2047f7 100644 --- a/themes/luthien/buttons +++ b/themes/luthien/buttons @@ -1,7 +1,9 @@ FuncFvwmDecorBackground -Style "*" Button 1, Button 2, Button 3, Button 4, Button 6 -Style "*" MWMButtons # button relief follows the state +Style * Button 1, Button 2, Button 3, Button 4, Button 6 + +# button relief follows the state +Style * MWMButtons AddButtonStyle 1 5 22x39@1 78x39@1 78x61@0 22x61@0 22x39@1 AddButtonStyle 2 5 25x25@1 75x25@1 75x75@0 25x75@0 25x25@1 diff --git a/themes/luthien/globalfeel b/themes/luthien/globalfeel index 9e650b1..bec1a69 100644 --- a/themes/luthien/globalfeel +++ b/themes/luthien/globalfeel @@ -14,15 +14,17 @@ OpaqueMoveSize 100 Emulate MWM HideGeometryWindow Never BugOpts FlickeringMoveWorkaround Off -SnapAttraction 8 SameType -SnapGrid 1 1 +Style * SnapAttraction 8 SameType +Style * SnapGrid 1 1 # hum ... XorValue 255 # ---------------------- Paging and Mouse Parameters ---------------------- EdgeScroll 0 0 -EdgeResistance 500 128 +#EdgeResistance 500 128 +Style * EdgeMoveDelay 500 +Style * EdgeMoveResistance 128 EdgeThickness 1 ClickTime 150 MoveThreshold 3 diff --git a/themes/luthien/modules/main b/themes/luthien/modules/main index b2d90b6..5fba2cc 100644 --- a/themes/luthien/modules/main +++ b/themes/luthien/modules/main @@ -6,8 +6,8 @@ # ---------------------------------------------------------------------------- # Icon related configuration -Style "*" IconBox screen w 10 16 -130 -100, IconGrid 64 10, IconFill left top -Style "*" SlipperyIcon, IconTitle +Style * IconBox screen w 10 16 -130 -100, IconGrid 64 10, IconFill left top +Style * SlipperyIcon, IconTitle # ---------------------------------------------------------------------------- # Switch functions diff --git a/themes/luthien/modules/normal-icons/no b/themes/luthien/modules/normal-icons/no index b7e4423..8fc1e29 100644 --- a/themes/luthien/modules/normal-icons/no +++ b/themes/luthien/modules/normal-icons/no @@ -1,3 +1,3 @@ DestroyFunc FuncFvwmStartNormalIcons AddToFunc FuncFvwmStartNormalIcons -+ I Style * NoIcon ++ I Style * !Icon diff --git a/themes/luthien/windowlook b/themes/luthien/windowlook index 912fec9..e9ac292 100644 --- a/themes/luthien/windowlook +++ b/themes/luthien/windowlook @@ -1,8 +1,8 @@ FuncFvwmSetFont-WindowTitle * -*-lucidatypewriter-bold-r-normal-sans-14-* FuncFvwmSetFont-IconTitle * -*-lucidatypewriter-bold-r-normal-sans-12-* -Style "*" BorderWidth 4, HandleWidth 4 -Style "*" MWMBorder, FirmBorder +Style * BorderWidth 4, HandleWidth 4 +Style * MWMBorder, FirmBorder BorderStyle Simple -- HiddenHandles NoInset Raised -- 2.11.4.GIT