Removed hardcoded colon from rofi prompt
This commit is contained in:
parent
cb44890c3d
commit
40ae8fa74b
5 changed files with 20 additions and 14 deletions
9
.config/rofi/themes/theme.rasi
Normal file
9
.config/rofi/themes/theme.rasi
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@import "gruvbox-dark-transparent"
|
||||
|
||||
textbox-prompt-sep {
|
||||
expand: false;
|
||||
str: ""; // Override default prompt colon
|
||||
text-color: @normal-foreground;
|
||||
margin: 0 0.3em 0 0;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue