mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-09-05 16:05:05 +02:00
made config more themeable, switched over to Dracula in the process and now syncing the xfce4 settings
This commit is contained in:
28
config/rofi/config.rasi
Normal file
28
config/rofi/config.rasi
Normal file
@@ -0,0 +1,28 @@
|
||||
configuration {
|
||||
modi: "window,run,ssh,combi,emoji,calc,drun";
|
||||
font: "Ubuntu mono 16";
|
||||
terminal: "xfce4-terminal";
|
||||
ssh-client: "ssh";
|
||||
ssh-command: "{terminal} -e "{ssh-client} {host}"";
|
||||
|
||||
show-icons: true;
|
||||
display-drun: " ";
|
||||
display-run: " ";
|
||||
display-ssh: " ";
|
||||
display-clipboard: " ";
|
||||
display-emoji: " ";
|
||||
display-calc: " ";
|
||||
display-filebrowser: " ";
|
||||
display-window: " ";
|
||||
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";
|
||||
window-format: "{w} · {c} · {t}";
|
||||
}
|
||||
|
||||
|
||||
/*---- import color theme here ----*/
|
||||
/*@import "~/.config/rofi/themes/dark.rasi"*/
|
||||
@import "~/.config/rofi/themes/dracula.rasi"
|
||||
|
||||
/*---- import theme here ----*/
|
||||
@import "~/.config/rofi/themes/base.rasi"
|
||||
|
Reference in New Issue
Block a user