aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/notify.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-10-16 22:09:43 +0200
committersrdusr <trevorgray@srdusr.com>2023-10-16 22:09:43 +0200
commit9b544636bb0e66659714f232452a184f7c526c61 (patch)
treea9cec5a0d2023cfb896d0697ef0f8e40efe2749b /lua/plugins/notify.lua
parente2eb62109dfa2a025591810420927b097e0fe220 (diff)
downloaddotfiles-9b544636bb0e66659714f232452a184f7c526c61.tar.gz
dotfiles-9b544636bb0e66659714f232452a184f7c526c61.zip
Moved notify settings here
Diffstat (limited to 'lua/plugins/notify.lua')
-rw-r--r--lua/plugins/notify.lua10
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 = '✎',
+ },
+})