Removed hardcoded colon from rofi prompt

This commit is contained in:
agryphus 2023-11-17 17:43:02 -05:00
parent cb44890c3d
commit 40ae8fa74b
5 changed files with 20 additions and 14 deletions

View 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;
}