17 lines
839 B
Plaintext
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
|