From owner-FreeBSD-users-jp@jp.FreeBSD.org Sat Mar 26 00:02:22 2005
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id j2PF2Mh14535;
	Sat, 26 Mar 2005 00:02:22 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from seagull.tsubasa.co.jp (seagull.tsubasa.co.jp [202.230.52.10])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id j2PF2LX14530
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Sat, 26 Mar 2005 00:02:21 +0900 (JST)
	(envelope-from tyuu@tsubasa.co.jp)
Received: from ibis.tsubasa.co.jp ([10.10.2.10])
	by seagull.tsubasa.co.jp (8.12.10/8.12.8) with ESMTP id j2PF2FbQ006558
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Sat, 26 Mar 2005 00:02:15 +0900 (JST)
Received: (from root@localhost)
	by ibis.tsubasa.co.jp (8.12.10/8.12.10) id j2PF2FEm014702
	for FreeBSD-users-jp@jp.FreeBSD.org; Sat, 26 Mar 2005 00:02:15 +0900 (JST)
Received: from localhost [127.0.0.1] 
	 by ibis.tsubasa.co.jp with SMTP id AAA14701;
	 Sat, 26 Mar 2005 00:02:15 +0900
Message-Id: <20050326.000215.74692052.tyuu@tsubasa.co.jp>
To: FreeBSD-users-jp@jp.FreeBSD.org
From: Hiroshi Morita <tyuu@tsubasa.co.jp>
X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Sat, 26 Mar 2005 00:02:15 +0900
X-Sequence: FreeBSD-users-jp 83672
Subject: [FreeBSD-users-jp 83672] Window Maker
 =?ISO-2022-JP?B?GyRCJE4bKEI=?= theme
 =?ISO-2022-JP?B?GyRCSjg7ejI9JDEbKEI=?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: tyuu@tsubasa.co.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+050320

tyuu%$B8=<BF(Hr(B@$BMc%7%9%F%`$G$9!#(B

WindowMaker $B$NJ8;z2=$1$K$D$$$F65$($F2<$5$$!#(B
WindowMaker 0.91.0 $B$r(B ports $B$+$i(B install $B$7$^$7$?!#(B

$B$=$7$F!"?'!9$J(B Theme $B$rMxMQ$7$h$&$H2<5-$N(B URL $B$+$i%G!<%?$r$b$i$C$F$-$^$7$?!#(B
http://themes.freshmeat.net/browse/918/

$B;DG0$J;v$K(B install $B$5$l$F$J$$(B font $B$r;XDj$7$?(B menu $BEy$O!"(B
2byte $BJ8;z$,;M3Q$$OH$K$J$C$FI=<($5$l$^$9(B (; ;)

$B$3$&$$$&;~!"3'$5$s!"$I$&$5$l$F$^$9!)(B

1. install $B$5$l$F$$$k(B font $B$KCV$-$+$((B
2. $BBg?M$7$/(B font $B$r(B install.
3. KDE, GNOME $B$X0\9T(B


japanese/kochi-ttfonts $B$r(B install $B$7$F$$$?$N$G!"(B
$B0J2<$N$h$&$J(B script $B$r:n@.$7$F!"(B
1 $B$r<B;\$7$F$7$^$$$^$7$?!#(B

$B$I$J$?$+!VK\Ev$O$3$&$9$k$s$@$h!#!W!"$H$$$&$N$r(B
$B65$($F$b$i$($J$$$G$7$g$&$+!#(B



#!/bin/sh
#
# cd ~/GNUstep/Library/WindowMaker/Themes
# ls -d *themed | sed -e 's/ /\\ /g' -e 's!.*!mv &style &style.org; cat &style.org | change_theme_font.sh!' # | sh
#
########################################################
#   $B>e5-$NFbMF$r3NG'$7$F$+$i(B # $B$r>C$7$F(B sh $B$XEO$9!#(B
########################################################

awk '
/ClipTitleFont/ {
        print "  ClipTitleFont=\"Kochi Gothic:slant=0:weight=80:width=100:pixelsize=10\";"
        next;
}
/DisplayFont/ {
        print "  DisplayFont=\"Trebuchet MS,Luxi Sans:pixelsize=12\";"
        next;
}
/IconTitleFont/ {
        print "  IconTitleFont=\"Kochi Gothic:slant=0:weight=80:width=100:pixelsize=9\";"
        next;
}
/LargeDisplayFont/ {
        print "  LargeDisplayFont=\"Kochi Gothic:slant=0:weight=80:width=100:pixelsize=24\";"
        next;
}
/MenuTitleFont/ {
        print "  MenuTitleFont=\"Kochi Mincho:slant=0:weight=80:width=100:pixelsize=12\";"
        next;
}
/MenuTextFont/ {
        print "  MenuTextFont=\"Kochi Gothic:slant=0:weight=80:width=100:pixelsize=12\";"
        next;
}
/WindowTitleFont/ {
        print "  WindowTitleFont=\"Kochi Mincho:slant=0:weight=80:width=100:pixelsize=12\";"
        next;
}
{ print $0 }
'
