summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-14 03:53:59 +0000
committerrcyeske <rcyeske>2001-02-14 03:53:59 +0000
commit0c62aad7d0ffd61cf17a77c103d9d42b9dee2fe8 (patch)
tree98801d3e62776f3bbf4211d35780528063e1d272 /src/conf.h
parent294000098aba0bc7f160ff73e2affb30219ff422 (diff)
downloadratpoison-0c62aad7d0ffd61cf17a77c103d9d42b9dee2fe8.zip
changed skins
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/conf.h b/src/conf.h
index 9b705dd..d190c3a 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -25,14 +25,13 @@
//#define HIDE_MOUSE /* Pressing a key sends the mouse to the bottom right corner */
-#define BAR_FG_COLOR "Gray60"
-#define BAR_BG_COLOR "Lightgreen"
-#define BAR_BOLD_COLOR "Black" /* To indicate the current window */
+#define BAR_FG_COLOR "black"
+#define BAR_BG_COLOR "white"
+#define FONT_NAME "9x15bold"
-#define FONT_NAME "fixed" /* The font you wish to use */
-#define BAR_Y_PADDING 3 /* The amount of padding on the top
+#define BAR_Y_PADDING 0 /* The amount of padding on the top
and bottom of the message bar */
-#define BAR_X_PADDING 5 /* The amount of padding on the left
+#define BAR_X_PADDING 0 /* The amount of padding on the left
and right of the message bar */
#define BAR_LOCATION 3 /* 0=bottom-left 1=top-left 2=bottom-right 3=top-right */
#define BAR_TIMEOUT 5 /* Number of seconds before the progam bar autohides 0=don't autohide */