From f083b725bfcdcd83fa2aaad24068599f2e9206da Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 24 Aug 2022 00:21:58 +0200 Subject: [PATCH] qutebrowser: set scale,padding,widths --- .config/qutebrowser/config.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index e298b62..e28b8f0 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -371,6 +371,19 @@ c.hints.selectors = { ] } +# Padding (in pixels) for the statusbar. +# Type: Padding +c.statusbar.padding = {'top': 0, 'right': 0, 'bottom': 0, 'left': 0} + +# Scaling factor for favicons in the tab bar. The tab size is unchanged, +# so big favicons also require extra `tabs.padding`. +# Type: Float +c.tabs.favicons.scale = 1 + +# Padding (in pixels) around text for tabs. +# Type: Padding +c.tabs.padding = {'top': 0, 'right': 0, 'bottom': 0, 'left': 0} + # Position of the tab bar. # Type: Position # Valid values: @@ -392,6 +405,10 @@ c.tabs.width = '25%' # Type: Int c.tabs.min_width = -1 +# Width (in pixels) of the progress indicator (0 to disable). +# Type: Int +c.tabs.indicator.width = 1 + # Search engines which can be used via the address bar. Maps a search # engine name (such as `DEFAULT`, or `ddg`) to a URL with a `{}` # placeholder. The placeholder will be replaced by the search term, use