mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +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
|
return opts
|
||||||
|
Reference in New Issue
Block a user