From 320a2d28a08fd41117a619789deef8ea72a09933 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 30 Sep 2024 23:29:55 -0300 Subject: [PATCH] radio: files: lf: Make lf appearance more consistent with other applications --- home-environments/radio/files/.config/lf/lfrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home-environments/radio/files/.config/lf/lfrc b/home-environments/radio/files/.config/lf/lfrc index 13d6894..d068ebb 100644 --- a/home-environments/radio/files/.config/lf/lfrc +++ b/home-environments/radio/files/.config/lf/lfrc @@ -19,6 +19,11 @@ set ifs "\n" # leave some space at the top and the bottom of the screen set scrolloff 10 +# Style +set borderfmt "\033[34m" +set promptfmt "\033[34m%d%f\033[0m" +set statfmt "\033[34m%p\033[0m| %c| %u| %g| %S| %t| -> %l" + # Basic Settings set preview true set sixel true