You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xosd/xosd-defaults.patch

41 lines
1.3 KiB

diff -Naru xosd-2.2.14.orig/src/bmp_plugin/bmp_osd.c xosd-2.2.14/src/bmp_plugin/bmp_osd.c
--- xosd-2.2.14.orig/src/bmp_plugin/bmp_osd.c 2004-11-17 21:26:56.000000000 +0200
+++ xosd-2.2.14/src/bmp_plugin/bmp_osd.c 2005-03-17 23:42:25.000000000 +0200
@@ -177,8 +177,8 @@
colour = NULL;
font = NULL;
timeout = 3;
- offset = 50;
- h_offset = 0;
+ offset = 60;
+ h_offset = 60;
shadow_offset = 1;
outline_offset = 0;
pos = XOSD_bottom;
diff -Naru xosd-2.2.14.orig/src/libxosd/xosd.c xosd-2.2.14/src/libxosd/xosd.c
--- xosd-2.2.14.orig/src/libxosd/xosd.c 2004-11-17 21:27:11.000000000 +0200
+++ xosd-2.2.14/src/libxosd/xosd.c 2005-03-17 23:43:48.000000000 +0200
@@ -24,7 +24,7 @@
#define XOFFSET 10
const char *osd_default_font =
- "-misc-fixed-medium-r-semicondensed--*-*-*-*-c-*-*-*";
+ "-*-luxi sans-*-r-*-*-17-*-*-*-*-*-*-*";
#if 0
"-adobe-helvetica-bold-r-*-*-10-*";
#endif
diff -Naru xosd-2.2.14.orig/src/xmms_plugin/xmms_osd.c xosd-2.2.14/src/xmms_plugin/xmms_osd.c
--- xosd-2.2.14.orig/src/xmms_plugin/xmms_osd.c 2004-11-04 21:47:50.000000000 +0200
+++ xosd-2.2.14/src/xmms_plugin/xmms_osd.c 2005-03-17 23:42:11.000000000 +0200
@@ -177,8 +177,8 @@
colour = NULL;
font = NULL;
timeout = 3;
- offset = 50;
- h_offset = 0;
+ offset = 60;
+ h_offset = 60;
shadow_offset = 1;
outline_offset = 0;
pos = XOSD_bottom;