aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2019-01-04 22:03:23 +0200
committerGitHub <[email protected]>2019-01-04 22:03:23 +0200
commitaafba91b3df42be7fa2031322caba4ced3a87a27 (patch)
treebbf969dc58ded689324e75cc451dfeef68cdf69b
parentMerge pull request #346 from lasers/add-speedcrunch (diff)
parentFix rofi templates (diff)
downloadpywal-aafba91b3df42be7fa2031322caba4ced3a87a27.tar.xz
pywal-aafba91b3df42be7fa2031322caba4ced3a87a27.zip
Merge pull request #335 from 14rcole/fix-templates
Fix rofi 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;