made config more themeable, switched over to Dracula in the process and now syncing the xfce4 settings

This commit is contained in:
2024-06-17 15:27:35 +02:00
parent a715528931
commit 08585df3ac
26 changed files with 237 additions and 118 deletions

28
config/rofi/config.rasi Normal file
View 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"