Remind GUI -

Bob Goodwin - Zuni, Virginia, USA bobgoodwin at wildblue.net
Sun Dec 7 14:51:16 UTC 2014


On 12/07/14 08:10, Bob Marcan wrote:
> On Fri, 05 Dec 2014 12:25:52 -0500
> "Bob Goodwin - Zuni, Virginia, USA" <bobgoodwin at wildblue.net> wrote:
>
>> I use the remind-gui calendar which displays a one month page using "Tcl/tk" whatever that is? I would like to be able to change the font displayed to bold or better yet bold white on a black background.
>>
>> Can anyone tell me how to change this?
>>
>> Bob
>>
> Not without modyfing source. Here is the patch to make fonts bold.
> This was easy.
> Colors are dynamic: active, disabled, ...
> http://www.tcl.tk/man/tcl8.5/TkCmd/options.htm
> Too much for me.
> BR, Bob
>
> Patch:
> --- tkremind.ORG	2014-12-07 13:28:30.822795726 +0100
> +++ tkremind	2014-12-07 13:40:53.548990817 +0100
> @@ -2922,6 +2922,8 @@
>   proc SetFonts {} {
>       global SetFontsWorked
>       set h [winfo screenheight .]
> +    font configure TkDefaultFont -weight bold
> +    font configure TkFixedFont -weight bold
>       if {$h <= 480} {
>   	# Small screen (maybe eeepc?)
>   	font configure TkDefaultFont -size 6
>
>
>
>


Ok, I thank you for this information but I don't know how or where to 
apply a patch. I tried /home/bobg/.tkremindrc without success, it 
produces several errors and .tkremindrc is normally an empty file anyway 
which leads me to believe I'm looking in the wrong place?

Bob



-- 
http://www.qrz.com/db/W2BOD box10 Fedora-20/64bit Linux/XFCE


More information about the users mailing list