Add rofi, update fish cfg/scripts, update nvim cfg, update wezterm cfg

This commit is contained in:
mitchell 2024-07-04 18:25:22 -04:00
parent e801f0a680
commit 6e8bb638ee
24 changed files with 104 additions and 77 deletions

19
.config/rofi/config.rasi Normal file
View file

@ -0,0 +1,19 @@
configuration{
combi-modi: "window,drun,run";
modi: "combi";
font: "JetBrainsMono Nerd Font 9";
icon-theme: "Adwaita";
show-icons: true;
terminal: "wezterm";
location: 2;
yoffset: 100;
disable-history: false;
hide-scrollbar: true;
display-combi: " Open";
display-run: "  ";
display-drun: "  ";
display-window: " 󰕰 ";
sidebar-mode: false;
}
@theme "DarkBlue"