Skip to content

NvChad/pywal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base46: Pywal Edition

Note

Support for Pywal requires these Python libraries to be installed:

  • pywal
  • watchdog

Installation

cd ~/.config/nvim
git clone https://github.com/NvChad/pywal

Add this at the end of your init.lua file:

os.execute("python ~/.config/nvim/pywal/chadwal.py &> /dev/null &")

local autocmd = vim.api.nvim_create_autocmd

autocmd("Signal", {
  pattern = "SIGUSR1",
  callback = function()
    require('nvchad.utils').reload()
  end
})

Now you need to generate you Pywal theme again using wal -i <image>. If not, chadwal will default to gruvchad colors.

Select chadwal theme and enjoy!

Demo

recording.mp4