sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (736B)


      1 dualstatus
      2 ==========
      3 
      4 Description
      5 -----------
      6 This patch enables an additional status bar in DWM.
      7 The extra bar can be toggled together with the standard bar or independently.
      8 
      9 You can set the status bar text as follows:
     10 
     11 	xsetroot -name "top text;bottom text"
     12 
     13 Download
     14 --------
     15 * [dwm-dualstatus-20251003-89e0350.diff](dwm-dualstatus-20251003-89e0350.diff) (20251003)
     16 * [dwm-dualstatus-6.1.diff](dwm-dualstatus-6.1.diff) (4683b) (20151110)
     17 * [dwm-dualstatus-6.0.diff](dwm-dualstatus-6.0.diff) (4794b) (20130908)
     18 
     19 Screenshot
     20 ----------
     21 A simple dual status bar
     22 
     23 ![alt text](dwm-dualstatus.png)
     24 
     25 Authors
     26 -------
     27 * Andrew Milkovich - <amilkovich@gmail.com>
     28 * Nahyan Siddiqui - <nahyanl63@gmail.com>
     29 * EL Bachir - <bachiralfa@gmail.com>