about summary refs log tree commit diff stats
path: root/bar.c
blob: ea4b946bb69682b9748573fedd96a45fc1a73558 (plain) (blame)
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
requires 'Time::Moment', '0.44';
requires 'Path::Tiny', '0.114';
requires 'File::Fetch', '0.56';
requires 'JSON::MaybeXS', '1.004002';
requires 'Text::ASCIITable', '0.22';
requires 'Getopt::Long', '2.5';
w"> 0; Arg a; for(a.i = 0; a.i < TLast; a.i++) { x += textw(tags[a.i]) + dc.font.height; if(e->x < x) { view(&a); return; } } } void draw_bar() { int i; dc.x = dc.y = 0; dc.w = bw; drawtext(NULL, False); dc.w = 0; for(i = 0; i < TLast; i++) { dc.x += dc.w; dc.w = textw(tags[i]) + dc.font.height; if(i == tsel) { swap((void **)&dc.fg, (void **)&dc.bg); drawtext(tags[i], True); swap((void **)&dc.fg, (void **)&dc.bg); } else drawtext(tags[i], True); } if(sel) { swap((void **)&dc.fg, (void **)&dc.bg); dc.x += dc.w; dc.w = textw(sel->name) + dc.font.height; drawtext(sel->name, True); swap((void **)&dc.fg, (void **)&dc.bg); } dc.w = textw(stext) + dc.font.height; dc.x = bx + bw - dc.w; drawtext(stext, False); XCopyArea(dpy, dc.drawable, barwin, dc.gc, 0, 0, bw, bh, 0, 0); XFlush(dpy); }