# HG changeset patch # User Oleksandr Gavenko # Date 1324224880 -7200 # Node ID a390aa4a553b33661ebac7b41dab9d7601924798 # Parent d7662dacd7486f78ffe7fdec5b99ea3cce1fee06 Display xclock. diff -r d7662dacd748 -r a390aa4a553b .fvwm/config --- a/.fvwm/config Sun Dec 18 16:44:16 2011 +0200 +++ b/.fvwm/config Sun Dec 18 18:14:40 2011 +0200 @@ -400,6 +400,7 @@ Style "mc-main1" StartsOnPage 0 1 0, SkipMapping Style "mc-main2" StartsOnPage 0 2 0, SkipMapping Style "goldendict" StartsOnPage 3 1 2, SkipMapping +Style "XClock" !Title, Sticky, StaysOnTop, !Iconifiable, FixedPosition, FixedSize, WindowListSkip, CirculateSkip # Only once. AddToFunc InitFunction @@ -408,6 +409,8 @@ + I Exec exec xterm -fn "-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1" \ -name mc-main2 -geometry 136x42 -e bash -i -c "mc -x" + I Exec exec goldendict +# Right offset: 80 from FvwmPager + 2*6 from border = 92. ++ I Exec exec xclock -digit -update 1 -strftime '%F %T %a' -padding 2 -geometry 165x18-92+0 -face Monospace-9 -bg gray # After all restart. AddToFunc RestartFunction