From fc2c5e8d187f6088f12e99eea13a8febad21a5ce Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Sun, 26 Apr 2026 01:05:05 -0400 Subject: [PATCH] Added Neovim config generation for dynamic themes --- scripts/blob_wallpaper.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/blob_wallpaper.sh b/scripts/blob_wallpaper.sh index 38149b8..b16a543 100755 --- a/scripts/blob_wallpaper.sh +++ b/scripts/blob_wallpaper.sh @@ -61,6 +61,18 @@ color14 = "$(sed -n '15p' ~/.cache/wal/colors)" color15 = "$(sed -n '16p' ~/.cache/wal/colors)" EOF +# Write neovim.lua to satisfy LazyVim's theme symlink requirement +cat < "$THEME_DIR/neovim.lua" +return { + { + "LazyVim/LazyVim", + opts = { + colorscheme = "tokyonight", + }, + }, +} +EOF + # Apply the Blob-Dynamic theme # omarchy-theme-set manages the background and reloads waybar and AGS omarchy-theme-set "blob-dynamic"