summaryrefslogtreecommitdiff
path: root/sysutils/xmbmon/files/patch-xmbmon.c
blob: 9a31c144750feca993647da704159803d67ecfd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- xmbmon.c.orig	2004-08-12 04:37:03 UTC
+++ xmbmon.c
@@ -23,16 +23,16 @@
 #define RES_NAME   "XMBmon"
 
 #define DEFAULT_GEOMETRY  "100x140"
-#define DEFAULT_FONT      "-adobe-helvetica-bold-r-*-*-10-*-*-*-*-*-*-*"
+#define DEFAULT_FONT      "fixed"
 
-#define DEFAULT_LBFONT    "-adobe-helvetica-bold-r-*-*-12-*-*-*-*-*-*-*"
+#define DEFAULT_LBFONT    "fixed"
 #define DEFAULT_LBCOLOR   "black"
 
 #define DEFAULT_COUNT        "4"
 #define DEFAULT_CSEC        "20"
 #define DEFAULT_WSEC      "1800"
 #define DEFAULT_TMIN      "10.0"
-#define DEFAULT_TMAX      "50.0"
+#define DEFAULT_TMAX      "90.0"
 #define DEFAULT_TMINF     "50.0"	/* for Fahrenheit */
 #define DEFAULT_TMAXF     "130.0"	/* for Fahrenheit */
 #define DEFAULT_VMIN      "1.80"