Add rofi config

This commit is contained in:
Sage Vaillancourt 2022-12-03 00:58:07 -05:00
parent daaf838366
commit 93ed74f078
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
configuration {
modes: [ combi, emoji ];
combi-modes: [ window, drun, emoji ];
show-icons: true;
drun {
display-name: "";
}
emoji {
display-name: "";
}
window {
display-name: "";
}
}
@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
textbox-prompt-sep {
str: ">";
}
inputbar {
children: [ "textbox-prompt-sep","entry","case-indicator" ];
}