feat(fidget): catppuccin integration

This commit is contained in:
NotAShelf 2023-05-24 04:13:56 +03:00
parent 6aec7e7a80
commit d65223e34e
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 4 additions and 1 deletions

View File

@ -103,7 +103,10 @@ in {
align = { align = {
bottom = ${boolToString cfg.fidget-nvim.align.bottom}, bottom = ${boolToString cfg.fidget-nvim.align.bottom},
right = ${boolToString cfg.fidget-nvim.align.right}, right = ${boolToString cfg.fidget-nvim.align.right},
} },
window = {
blend = 0,
},
} }
''; '';
}) })