Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (2317B)
---
1 extrabar
2 ==========
3
4 Description
5 -----------
6 This patch will enable an extra status bar in dwm, in a similar manner t…
7 [dualstatus](../dualstatus/) patch. If the standard status bar is at the…
8 via `topbar`, the extra status bar will be placed at the bottom and vice…
9
10 **Since the 20210930-a786211 version**
11
12 There is now support for separate left and right statuses, click functio…
13 bar separately from the standard bar.
14
15 The statuses can be set as follows:
16
17 xsetroot -name "standard status text;extra bar left status text;…
18
19 If you don't want a status at the left of the extra bar, you can omit th…
20 separators so you have `;;` between the standard status text and the rig…
21 can change the separator by changing the `statussep` variable.
22
23 There are three clicking areas on the extra bar: the left status, the mi…
24 and the right status.
25
26 You can change the visibility for the extra bar by changing the `extraba…
27 toggle the extra bar using the `toggleextrabar` function, bound to `MODK…
28 want the bars to toggle at the same time, set them to toggle with the sa…
29
30 **Previous versions**
31
32 The status bar text can be set as follows:
33
34 xsetroot -name "standard status text;extra bar status text"
35
36 Support for an alternative delimiter is available and the delimiter can …
37 changed by editing the `statussep` variable.
38
39 The text can be anchored to the left or right side of the screen by edit…
40 the `extrabarright` variable (20210209 diff only).
41
42
43 Download
44 --------
45 * [dwm-extrabar-6.2-20190810.diff](dwm-extrabar-6.2-20190810.diff) (5680…
46 * [dwm-extrabar-6.2-20210209.diff](dwm-extrabar-6.2-20210209.diff) (5639…
47 * [dwm-extrabar-6.2-20210930-a786211.diff](dwm-extrabar-6.2-20210930-a78…
48
49 Screenshots
50 -----------
51
52 **Since the 20210930-a786211 version**
53
54 ![The standard and extra bars with a simple status example](dwm-extrabar…
55
56
57 **Previous versions**
58
59 a simple extra status bar
60
61 ![Visual of two status bars](dwm-extrabar-20190810.png)
62
63 Authors
64 -------
65 * Chip Senkbeil - `<[email protected]>`
66 * Finn Rayment - `<[email protected]>`
67 * Parker Wisslefield (20210930-a786211 version)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.