templates: Add colon to rofi

This commit is contained in:
Dylan Araps 2018-02-07 08:47:23 +11:00
parent 732a3bb05d
commit 4ba0afd8a9
2 changed files with 22 additions and 0 deletions

View File

@ -48,6 +48,17 @@
text-color: @foreground;
}}
inputbar {{
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}}
textbox-prompt-colon {{
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em;
text-color: @normal-foreground;
}}
#listview {{
fixed-height: 0;
border: 2px 0px 0px;

View File

@ -48,6 +48,17 @@
text-color: @foreground;
}}
inputbar {{
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}}
textbox-prompt-colon {{
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em;
text-color: @normal-foreground;
}}
#listview {{
fixed-height: 0;
border: 2px 0px 0px;