Files
dotfiles/.config/rofi/config.rasi
Antoine Phan ee90d9cc27 More!
2024-01-17 23:33:14 -05:00

32 lines
658 B
Plaintext

// combi is basically a combination of all rofi windows
// set `-show combi` in i3 config to show it at first page
configuration {
modes: "emoji,run,calc,combi";
combi-modi: "drun,ssh,run";
font: "Fira Code Medium 15";
show-icons: true;
icon-theme: "Tela-dark-purple";
display-combi: "> ";
display-drun: "";
display-ssh: "ssh";
display-calc: "🧮";
disable-history: false;
}
//@theme "dracula.rasi"
@theme "karamel"
// to override theme with local config here
// @theme "/dev/null"
#textbox-prompt-colon {
expand: false;
str: "";
margin: 0px 0.3em 0em 0em ;
text-color: @foreground;
}