about summary refs log tree commit diff stats
path: root/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/draw.c b/draw.c
index bbcfadb..c5cd35b 100644
--- a/draw.c
+++ b/draw.c
@@ -104,9 +104,7 @@ drawstatus(void) {
 	}
 
 	dc.w = bmw;
-	drawtext(arrange == dofloat ?
-		FLOATSYMBOL : stackpos == StackBottom ?
-			BSTACKSYMBOL : VSTACKSYMBOL, dc.status, False);
+	drawtext(arrange == dofloat ?  FLOATSYMBOL : TILESYMBOL, dc.status, False);
 
 	x = dc.x + dc.w;
 	dc.w = textw(stext);
e'>ac7abc54 ^
7e976a02 ^
187a2a07 ^
5709f5a2 ^
d0dfe530 ^
edb32f97 ^
d0dfe530 ^
e1d45f05 ^
d240eb62 ^
d0dfe530 ^


65e90dba ^



7500100a ^
65e90dba ^



e309e686 ^
65e90dba ^
30c02e26 ^

65e90dba ^





fc93546b ^
65e90dba ^



d240eb62 ^
65e90dba ^
a1d37dda ^
5709f5a2 ^
65e90dba ^

2db1118f ^
65e90dba ^
4484c2b0 ^
65e90dba ^

2db1118f ^
65e90dba ^
63b996a3 ^
a1dc3d12 ^
e1d45f05 ^
2db1118f ^
65e90dba ^
447d19aa ^

65e90dba ^
d4892b29 ^
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