summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-19 20:51:04 +0000
committerrcyeske <rcyeske>2001-02-19 20:51:04 +0000
commit784420539fcae2753b9bfb7602dcd6d894c508e6 (patch)
treeb53a6b2ad988b9727bd0230b02a8df32035470b9 /src/conf.h
parent5cb654fb6e542c8b8d8fe7d1e3a5c91ea4f36c37 (diff)
downloadratpoison-784420539fcae2753b9bfb7602dcd6d894c508e6.zip
added theme support
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h31
1 files changed, 12 insertions, 19 deletions
diff --git a/src/conf.h b/src/conf.h
index 6a9629f..3daea7c 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -28,9 +28,6 @@
#define KEY_PREFIX 't'
#define MODIFIER_PREFIX ControlMask
-/* Pressing a key sends the mouse to the bottom right corner. This
- doesn't work very well yet. */
-//#define HIDE_MOUSE
/* Quit ratpoison when there are no more managed windows. */
//#define AUTO_CLOSE
@@ -38,25 +35,21 @@
/* The minimum size of the input window */
#define INPUT_WINDOW_SIZE 200
-#define BAR_FG_COLOR "black"
-#define BAR_BG_COLOR "white"
-#define FONT_NAME "9x15bold"
-
-/* The amount of padding on the top and bottom of the message bar. */
-#define BAR_Y_PADDING 0
-
-/* The amount of padding on the left and right of the message bar. */
-#define BAR_X_PADDING 0
+/* Pressing a key sends the mouse to the bottom right corner. This
+ doesn't work very well yet. */
+//#define HIDE_MOUSE
-/* 0=bottom-left 1=top-left 2=bottom-right 3=top-right */
-#define BAR_LOCATION 3
+/* #define THEME T_CHOCOLATE_BAR */
+#include "themes.h"
-/* Number of seconds before the progam bar autohides. Setting it to 0
- disable autohide. */
-#define BAR_TIMEOUT 5
+#define BAR_Y_PADDING 0 /* The amount of padding on the top
+ and bottom of the message bar */
+#define BAR_X_PADDING 0 /* The amount of padding on the left
+ and right of the message bar */
+#define BAR_LOCATION 0 /* 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 */
-/* space not to be taken up around managed windows */
-#define PADDING_LEFT 0
+#define PADDING_LEFT 0 /* space not to be taken up around managed windows */
#define PADDING_TOP 0
#define PADDING_RIGHT 0
#define PADDING_BOTTOM 0