Fix rofi templates

Fix missing hashes in rofi templates that may break some i3 configs

Signed-off-by: Ryan Cole <rycole@redhat.com>
This commit is contained in:
Ryan Cole 2018-11-07 08:46:47 -05:00
parent f0de048bb9
commit 225f17c2f3
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;