about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 338fed4..26bec25 100644
--- a/main.c
+++ b/main.c
@@ -326,7 +326,7 @@ main(int argc, char *argv[]) {
 	xerrorxlib = XSetErrorHandler(xerror);
 	XSync(dpy, False);
 	setup();
-	drawstatus();
+	drawbar();
 	scan();
 
 	/* main event loop, also reads status text from stdin */
@@ -359,7 +359,7 @@ main(int argc, char *argv[]) {
 				if(p > stext)
 					strncpy(stext, p + 1, sizeof stext);
 			}
-			drawstatus();
+			drawbar();
 		}
 		while(XPending(dpy)) {
 			XNextEvent(dpy, &ev);
009825abfc7345d72'>05649a5 ^
9ee17f1 ^

5b59ba3 ^
9ee17f1 ^
05649a5 ^
9ee17f1 ^

9ee17f1 ^
cf0ad9b ^
5b59ba3 ^
cf3b662 ^




841e6a3 ^








9ee17f1 ^
841e6a3 ^


e276b9b ^
9ee17f1 ^



841e6a3 ^



9ee17f1 ^
cf3b662 ^





5b59ba3 ^
9ee17f1 ^


05649a5 ^
251f72e ^


9ee17f1 ^

07511f9 ^






53f2d63 ^
07511f9 ^

a2b98af ^
07511f9 ^

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