config.h
author Anselm R. Garbe <garbeam@wmii.de>
Wed, 12 Jul 2006 16:00:51 +0200
changeset 27 f96fb3fd8203
parent 26 e8f627998d6f
child 31 386649deb651
permissions -rw-r--r--
added grid mode on Mod1Mask g
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
a79188fe4a40 added new stuff
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     1
/*
a79188fe4a40 added new stuff
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     2
 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
a79188fe4a40 added new stuff
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     3
 * See LICENSE file for license details.
a79188fe4a40 added new stuff
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     4
 */
a79188fe4a40 added new stuff
Anselm R. Garbe <garbeam@wmii.de>
parents:
diff changeset
     5
14
5c078b66347b added bar event timer
Anselm R. Garbe <garbeam@wmii.de>
parents: 11
diff changeset
     6
#define FONT		"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
26
e8f627998d6f simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)
Anselm R. Garbe <garbeam@wmii.de>
parents: 24
diff changeset
     7
#define BGCOLOR		"#666699"
e8f627998d6f simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)
Anselm R. Garbe <garbeam@wmii.de>
parents: 24
diff changeset
     8
#define FGCOLOR		"#ffffff"
e8f627998d6f simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)
Anselm R. Garbe <garbeam@wmii.de>
parents: 24
diff changeset
     9
#define BORDERCOLOR	"#9999CC"
e8f627998d6f simplified several portions of code through replacing rect structs with x,y,h,w counterparts (much more readable)
Anselm R. Garbe <garbeam@wmii.de>
parents: 24
diff changeset
    10
#define STATUSDELAY	10 /* seconds */