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

View file

@ -26,7 +26,7 @@ config.colors = {
indexed = { [16] = "#ffa066", [17] = "#ff5d62" },
}
config.window_background_opacity = is_darwin() and 0.8 or 0.5
config.window_background_opacity = is_darwin() and 0.7 or 0.65
config.window_decorations = "RESIZE"
config.font_size = is_darwin() and 13 or 11