Add prompt to official theme for rofi 1.5.0.
This commit is contained in:
parent
758866a3fe
commit
eca23b53d3
20 changed files with 174 additions and 0 deletions
|
@ -131,3 +131,12 @@
|
|||
spacing: 0;
|
||||
text-color: @normal-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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue