euporie.core.widgets.palette.ScrollbarMargin

class euporie.core.widgets.palette.ScrollbarMargin(display_arrows: Union[Filter, bool] = True, up_arrow_symbol: str = '▴', down_arrow_symbol: str = '▾', autohide: Union[Filter, bool] = False, smooth: bool = True, style: str = '')

Margin displaying a scrollbar.

Parameters:
  • display_arrows – Display scroll up/down arrows.

  • up_arrow – Character to use for the scrollbar’s up arrow

  • down_arrow – Character to use for the scrollbar’s down arrow

  • smooth – Use block character to move scrollbar more smoothly