From e4104a867401e383ef2b45f4c449b8b3fa25e69b Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 29 Aug 2019 15:30:35 -1000 Subject: Allow custom spinner via config file Allows to set `ui.spinner=` to a string which is then split by `ui.spinner-delimiter=` (Default: comma) instead of having a hard coded animation. This implementation doesn't use INIs capabilities to split strings as it trims whitespaces breaking the default animation. Signed-off-by: Paul Spooren --- doc/aerc-config.5.scd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index f0b9b7a..9257bde 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -110,6 +110,21 @@ These options are configured in the *[ui]* section of aerc.conf. Default: true +*spinner* + Animation shown while loading, split by spinner-delimiter (below) + + Examples: + - spinner = "\-\_-,\_-\_" + - spinner = '. , .' + - spinner = "\,|,/,-" + + Default: "[..] , [..] , [..] , [..] , [..], [..] , [..] , [..] " + +*spinner-delimiter* + Spinner delimiter to split string into a animation + + Default: "," + ## VIEWER These options are configured in the *[viewer]* section of aerc.conf. -- cgit v1.2.3