sites

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

index.md (936B)


      1 floatingbar
      2 ===========
      3 
      4 Description
      5 -----------
      6 This patch transforms dmenu into a floating bar with configurable height,
      7 along with customizable vertical and horizontal padding. It extends the
      8 [floatingstatus](https://dwm.suckless.org/patches/floatingstatus/) patch
      9 for dwm.
     10 
     11 An additional `-bo` option has been added to explicitly set the border
     12 colour. By default, the border colour inherits the `-sb` value, matching
     13 the default behaviour of dwm.
     14 
     15 #### Example configuration
     16 - `barpadh` (`int`) – Vertical padding: distance between the bar and the
     17 top of the screen.
     18 - `barpadv` (`int`) – Horizontal padding: distance between the bar and the
     19 sides of the screen.
     20 - `barheight` (`int`) – Bar height.
     21 - `barborder` (`int`) – Border width.
     22 
     23 #### Screenshots
     24 ![bar](bar.png)
     25 ![dmenu](dmenu.png)
     26 
     27 
     28 Download
     29 --------
     30 * [dmenu-floatingbar-5.4.diff](dmenu-floatingbar-5.4.diff)
     31 
     32 Author
     33 ------
     34 * Daniel Guihot - <daniel@guihot.net>