summaryrefslogtreecommitdiff
path: root/pywal/templates
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-01-04 22:03:23 +0200
committerGitHub <noreply@github.com>2019-01-04 22:03:23 +0200
commitaafba91b3df42be7fa2031322caba4ced3a87a27 (patch)
treebbf969dc58ded689324e75cc451dfeef68cdf69b /pywal/templates
parentbf886286c7d10d073365aab0f53f731bbbf38e11 (diff)
parent225f17c2f35ff8f7df3499562f5ae8ef498e0afe (diff)
Merge pull request #335 from 14rcole/fix-templates
Fix rofi templates
Diffstat (limited to 'pywal/templates')
-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;