about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-21 13:31:04 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-21 13:31:04 +0100
commit84ae6e12ebbb1a42a89c3f517952601985ab55d0 (patch)
treeae84b1d4f19d68325c9405a7beb6881912baaa33
parent784659565a7a4169fef9ad469ef841630758df26 (diff)
downloaddwm-84ae6e12ebbb1a42a89c3f517952601985ab55d0.tar.gz
reverting to bg 555
-rw-r--r--config.arg.h2
-rw-r--r--config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 93000bb..abd8756 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -9,7 +9,7 @@
 #define NORMBGCOLOR		"#222"
 #define NORMFGCOLOR		"#ccc"
 #define SELBORDERCOLOR		"#69c"
-#define SELBGCOLOR		"#357"
+#define SELBGCOLOR		"#555"
 #define SELFGCOLOR		"#fff"
 #define TOPBAR			True		/* False */
 
diff --git a/config.mk b/config.mk
index 7d2da6f..a41fe8e 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 3.6.1
+VERSION = 3.7
 
 # Customize below to fit your system
 
previous revision' href='/danisanti/profani-tty/blame/src/resource.c?id=0db10bcb1c05db9b58500517374ba8affac81396'>^
0346fda0 ^





da5104f8 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90