aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/dzen.h b/dzen.h
index b8c8a0e..64c9c6f 100644
--- a/dzen.h
+++ b/dzen.h
@@ -12,9 +12,9 @@
#define BGCOLOR "#ab0b0b"
#define FGCOLOR "#efefef"
-#define ALIGNECENTER 0
-#define ALIGNELEFT 1
-#define ALIGNERIGHT 2
+#define ALIGNCENTER 0
+#define ALIGNLEFT 1
+#define ALIGNRIGHT 2
#define BUF_SIZE 4096
@@ -40,8 +40,7 @@ struct TW {
Window win;
Drawable drawable;
- char alignement;
- Bool autohide;
+ char alignment;
Bool ishidden;
};
@@ -60,7 +59,7 @@ struct SW {
int last_line_vis;
int sel_line;
- char alignement;
+ char alignment;
Bool ismenu;
Bool issticky;
Bool ispersistent;