From 225f17c2f35ff8f7df3499562f5ae8ef498e0afe Mon Sep 17 00:00:00 2001 From: Ryan Cole Date: Wed, 7 Nov 2018 08:46:47 -0500 Subject: [PATCH] Fix rofi templates Fix missing hashes in rofi templates that may break some i3 configs Signed-off-by: Ryan Cole --- pywal/templates/colors-rofi-dark.rasi | 4 ++-- pywal/templates/colors-rofi-light.rasi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pywal/templates/colors-rofi-dark.rasi b/pywal/templates/colors-rofi-dark.rasi index 7a9075a..302d44f 100644 --- a/pywal/templates/colors-rofi-dark.rasi +++ b/pywal/templates/colors-rofi-dark.rasi @@ -48,11 +48,11 @@ text-color: @foreground; }} -inputbar {{ +#inputbar {{ children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; }} -textbox-prompt-colon {{ +#textbox-prompt-colon {{ expand: false; str: ":"; margin: 0px 0.3em 0em 0em; diff --git a/pywal/templates/colors-rofi-light.rasi b/pywal/templates/colors-rofi-light.rasi index 3a038bb..d4f89af 100644 --- a/pywal/templates/colors-rofi-light.rasi +++ b/pywal/templates/colors-rofi-light.rasi @@ -48,11 +48,11 @@ text-color: @foreground; }} -inputbar {{ +#inputbar {{ children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; }} -textbox-prompt-colon {{ +#textbox-prompt-colon {{ expand: false; str: ":"; margin: 0px 0.3em 0em 0em;