From 0bb64cf1adf3377f7c9847723dbb3ea19e06af13 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 31 Oct 2017 09:51:00 +0100 Subject: Add extra margin between prompt and entry. --- Changelog | 2 ++ doc/default_theme.rasi | 2 +- doc/old-theme-convert-output.rasi | 2 +- include/default-theme.h | 3 ++- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 7522e0f0..8b58bd20 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ v1.4.3 (dev): + - Add extra margin between prompt and entry. + - Remove colon from prompt. (#637) - Add support for passing extra properties in script mode. - Better error message on invalid argb syntax. - Fix default theme border. diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi index 7b33c40b..fd9d0549 100644 --- a/doc/default_theme.rasi +++ b/doc/default_theme.rasi @@ -113,7 +113,7 @@ text-color: @selected-normal-foreground; } #inputbar { - spacing: 0; + spacing: 3px ; text-color: @normal-foreground; padding: 1px ; } diff --git a/doc/old-theme-convert-output.rasi b/doc/old-theme-convert-output.rasi index 266c7767..18bfa179 100644 --- a/doc/old-theme-convert-output.rasi +++ b/doc/old-theme-convert-output.rasi @@ -113,7 +113,7 @@ text-color: @selected-normal-foreground; } #inputbar { - spacing: 0; + spacing: 3px ; text-color: @normal-foreground; padding: 1px ; } diff --git a/include/default-theme.h b/include/default-theme.h index 5ece964b..f55ad246 100644 --- a/include/default-theme.h +++ b/include/default-theme.h @@ -140,5 +140,6 @@ const char *default_theme = "#inputbar, case-indicator, entry, prompt, button {" " spacing: 0;" " text-color: @normal-foreground;" - "}"; + "}" + "#inputbar { spacing: 3px; }"; #endif -- cgit v1.2.3