On 12/07/14 08:10, Bob Marcan wrote:
On Fri, 05 Dec 2014 12:25:52 -0500
"Bob Goodwin - Zuni, Virginia, USA" <bobgood...@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
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to