summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Cole <rycole@redhat.com>2018-11-07 08:46:47 -0500
committerRyan Cole <rycole@redhat.com>2018-11-07 08:46:47 -0500
commit225f17c2f35ff8f7df3499562f5ae8ef498e0afe (patch)
tree0ea8b02b9cd4e90e2d8cf9f03c9adfda238bbd46
parentf0de048bb992d15a3cbbca1d7c5fc356ae2f8620 (diff)
Fix rofi templates
Fix missing hashes in rofi templates that may break some i3 configs Signed-off-by: Ryan Cole <rycole@redhat.com>
-rw-r--r--pywal/templates/colors-rofi-dark.rasi4
-rw-r--r--pywal/templates/colors-rofi-light.rasi4
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;