Merge pull request #335 from 14rcole/fix-templates

Fix rofi templates
This commit is contained in:
Dylan Araps
2019-01-04 22:03:23 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -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;