BarPadding - bakkeby/dusk GitHub Wiki
The BarPadding
functionality adds extra space (padding) between the bar and the screen edge
making it appear to be floating.
This usually looks best if the BarBorder functionality is enabled and if the padding matches that of the outer gaps.
The amount of padding are controlled by the vertpad
and sidepad
settings in
config.h.
The padding can also be toggled during runtime using the togglebarpadding function.
$ duskc run_command togglebarpadding
Back to Functionality.