From 4ba0afd8a915333e795843e3f697b62c1433c994 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 7 Feb 2018 08:47:23 +1100 Subject: [PATCH] templates: Add colon to rofi --- pywal/templates/colors-rofi-dark.rasi | 11 +++++++++++ pywal/templates/colors-rofi-light.rasi | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/pywal/templates/colors-rofi-dark.rasi b/pywal/templates/colors-rofi-dark.rasi index ed6cc72..5a2fe24 100644 --- a/pywal/templates/colors-rofi-dark.rasi +++ b/pywal/templates/colors-rofi-dark.rasi @@ -48,6 +48,17 @@ text-color: @foreground; }} +inputbar {{ + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +}} + +textbox-prompt-colon {{ + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em; + text-color: @normal-foreground; +}} + #listview {{ fixed-height: 0; border: 2px 0px 0px; diff --git a/pywal/templates/colors-rofi-light.rasi b/pywal/templates/colors-rofi-light.rasi index 8700019..3be930a 100644 --- a/pywal/templates/colors-rofi-light.rasi +++ b/pywal/templates/colors-rofi-light.rasi @@ -48,6 +48,17 @@ text-color: @foreground; }} +inputbar {{ + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +}} + +textbox-prompt-colon {{ + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em; + text-color: @normal-foreground; +}} + #listview {{ fixed-height: 0; border: 2px 0px 0px;