sites

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

commit d482535ccc73bd8da46dba58cc952bda9a108508
parent 071c065179f28bae42bb876cf4bae4f680dd2baf
Author: elbachir-one <bachiralfa@gmail.com>
Date:   Tue,  8 Apr 2025 22:46:50 +0100

[dwm][patches][floatingstatus] Fixed index.md

Diffstat:
Mdwm.suckless.org/patches/floatingstatus/index.md | 21++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/dwm.suckless.org/patches/floatingstatus/index.md b/dwm.suckless.org/patches/floatingstatus/index.md @@ -3,19 +3,22 @@ floatingstatus Description ----------- -This is a patch that lets you transform the status bar into a floating bar. You can change the bar height and the vertical and horizontal padding. +This patch allows you to transform the status bar into a floating bar, with +customizable height, as well as vertical and horizontal padding. -Config ------- -Everything is in config.h -* `barpadv` - [int] Vertical padding. How far from the top it is. -* `barpadh` - [int] Horizontal padding. How far from each side the bar is. -* `barheight` - [int] Height of the bar. How long the bar is vertically. -* `floatbar` - [Bool] Value to show / hide the bar +[![screenshot.png](screenshot.png)](screenshot.png) + +#### Config + +Everything is in `config.def.h` +* `barpadv` - [int] Vertical padding: how far the bar is from the top. +* `barpadh` - [int] Horizontal padding: how far the bar is from each side. +* `barheight` - [int] Bar height: How long the bar is vertically. +* `floatbar` - [Bool] Whether to show or hide the bar. Download -------- -* [floatingstatus-20250408-cfb8627.diff](floatingstatus-20250408-cfb8627.diff) - Latest +* [floatingstatus-20250408-cfb8627.diff](floatingstatus-20250408-cfb8627.diff) Authors -------