index.md (730B)
1 floatingstatus 2 ============== 3 4 Description 5 ----------- 6 This patch allows you to transform the status bar into a floating bar, with 7 customizable height, as well as vertical and horizontal padding. 8 9 [](screenshot.png) 10 11 #### Config 12 13 Everything is in `config.def.h` 14 * `barpadv` - [int] Vertical padding: how far the bar is from the top. 15 * `barpadh` - [int] Horizontal padding: how far the bar is from each side. 16 * `barheight` - [int] Bar height: How long the bar is vertically. 17 * `floatbar` - [Bool] Whether to show or hide the bar. 18 19 Download 20 -------- 21 * [floatingstatus-20250408-cfb8627.diff](floatingstatus-20250408-cfb8627.diff) 22 23 Authors 24 ------- 25 * Abhinav Prasai - <abhinav.prsai@gmail.com>