Change color of naughty notifications

This commit is contained in:
Tom Willemse 2014-12-10 17:09:27 +01:00
parent abd841042d
commit 1164c1b297

View file

@ -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