From 1164c1b29784054e12a427a7115af3a2c682818b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 10 Dec 2014 17:09:27 +0100 Subject: Change color of naughty notifications --- awesome/.config/awesome/rc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'awesome') diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 70faa37..47a5223 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -16,6 +16,8 @@ local posix = require("posix") local hostname = posix.uname("%n") local avandu = nil +naughty.config.defaults.bg = "#3d3d3d" + if hostname == "drd" then package.path = '/home/slash/projects/avandu-lua/lua/?.lua;' .. package.path -- cgit v1.2.3-54-g00ecf