diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-16 22:09:43 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-16 22:09:43 +0200 |
| commit | 9b544636bb0e66659714f232452a184f7c526c61 (patch) | |
| tree | a9cec5a0d2023cfb896d0697ef0f8e40efe2749b /lua/plugins | |
| parent | e2eb62109dfa2a025591810420927b097e0fe220 (diff) | |
| download | dotfiles-9b544636bb0e66659714f232452a184f7c526c61.tar.gz dotfiles-9b544636bb0e66659714f232452a184f7c526c61.zip | |
Moved notify settings here
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/notify.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/plugins/notify.lua b/lua/plugins/notify.lua new file mode 100644 index 0000000..668b3de --- /dev/null +++ b/lua/plugins/notify.lua @@ -0,0 +1,10 @@ +require('notify').setup({ + background_colour = '#000000', + icons = { + ERROR = '', + WARN = '', + INFO = '', + DEBUG = '', + TRACE = '✎', + }, +}) |
