Removed hardcoded colon from rofi prompt
This commit is contained in:
parent
cb44890c3d
commit
40ae8fa74b
5 changed files with 20 additions and 14 deletions
|
|
@ -2,14 +2,15 @@ configuration {
|
|||
font: "FiraCodeNerdFont 12";
|
||||
kb-cancel: "Super+q,Escape,Control+c";
|
||||
timeout {
|
||||
action: "kb-cancel";
|
||||
delay: 0;
|
||||
action: "kb-cancel";
|
||||
delay: 0;
|
||||
}
|
||||
filebrowser {
|
||||
directories-first: true;
|
||||
sorting-method: "name";
|
||||
directories-first: true;
|
||||
sorting-method: "name";
|
||||
}
|
||||
}
|
||||
|
||||
@theme "gruvbox-dark-transparent"
|
||||
|
||||
@theme "theme"
|
||||
|
||||
|
|
|
|||
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