openbsd-ports/x11/pypanel/patches/patch-pypanelrc
ajacoutot 48883af3f6 - add a patch (from homepage) to introduce a STARTUP_DELAY parameter
that makes pypanel load after an interval of time (this is useful in
case the window manager hasn't loaded up completely; in which case,
pypanel might not display correctly)
- install egg-info file
- regen patches and fix WANTLIB while here
- take over maintainership
2008-01-15 14:07:39 +00:00

17 lines
839 B
Plaintext

$OpenBSD: patch-pypanelrc,v 1.1 2008/01/15 14:07:39 ajacoutot Exp $
--- pypanelrc.orig Tue Jan 15 14:55:24 2008
+++ pypanelrc Tue Jan 15 14:56:33 2008
@@ -9,6 +9,12 @@
VERSION = 2.4 # Config file version
#------------------------------------------------------------------------------
+# Startup delay: The time to wait before painting the pypanel window. This lets
+# the background load up so that pypanel will be displayed correctly.
+#------------------------------------------------------------------------------
+STARTUP_DELAY = 0
+
+#------------------------------------------------------------------------------
# Colors: Format is hex triplet - 0xrrggbb
#------------------------------------------------------------------------------
BG_COLOR = "0xd6d6d6" # Panel background and tinting color