mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
add notify background color
This commit is contained in:
@ -13,4 +13,8 @@ local opts = {
|
||||
},
|
||||
}
|
||||
|
||||
require("notify").setup({
|
||||
background_colour = "#000",
|
||||
})
|
||||
|
||||
return opts
|
||||
|
Reference in New Issue
Block a user