Change color of naughty notifications
This commit is contained in:
parent
abd841042d
commit
1164c1b297
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ local posix = require("posix")
|
||||||
local hostname = posix.uname("%n")
|
local hostname = posix.uname("%n")
|
||||||
local avandu = nil
|
local avandu = nil
|
||||||
|
|
||||||
|
naughty.config.defaults.bg = "#3d3d3d"
|
||||||
|
|
||||||
if hostname == "drd" then
|
if hostname == "drd" then
|
||||||
package.path =
|
package.path =
|
||||||
'/home/slash/projects/avandu-lua/lua/?.lua;' .. package.path
|
'/home/slash/projects/avandu-lua/lua/?.lua;' .. package.path
|
||||||
|
|
Loading…
Reference in a new issue