aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-06-12 19:36:51 -0400
committertdro <tdro@users.noreply.github.com>2020-06-12 19:36:51 -0400
commitafeff294bfa9bde63dcccc8734fedbe5721ed028 (patch)
treed83c9c0376046a95f95af7ad20bddad5cb7487ff /.config/awesome
parent370e356a31e53d17ab0334620ca2a05f8950f25b (diff)
downloaddotfiles-afeff294bfa9bde63dcccc8734fedbe5721ed028.tar.gz
dotfiles-afeff294bfa9bde63dcccc8734fedbe5721ed028.tar.bz2
dotfiles-afeff294bfa9bde63dcccc8734fedbe5721ed028.zip
.config/awesome/rc: Update naughty config
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua15
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index b0e73d8..79d81ca 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -1,7 +1,5 @@
--- If LuaRocks is installed, make sure that packages installed through it are
--- found (e.g. lgi). If LuaRocks is not installed, do nothing.
+-- Load luarocks packages if installed
pcall(require, "luarocks.loader")
-
-- Standard awesome library
local gears = require("gears")
local awful = require("awful")
@@ -16,14 +14,17 @@ local menubar = require("menubar")
local hotkeys_popup = require("awful.hotkeys_popup").widget
-- Disable window edge snapping
awful.mouse.snap.edge_enabled = false
--- Enable hotkeys help widget for VIM and other apps
--- when client with a matching name is opened:
+-- Hotkey popup
require("awful.hotkeys_popup.keys")
-- Naughty notification presets
+naughty.config.defaults.icon_size = 32
naughty.config.defaults.border_width = 2
-naughty.config.defaults['icon_size'] = 32
-naughty.config.defaults.border_color = '#2C303C'
+naughty.config.defaults.border_color = '#000000'
+naughty.config.defaults.fg = '#ffffff'
+naughty.config.defaults.bg = '#222222'
naughty.config.presets.critical.fg = '#000000'
+naughty.config.presets.critical.bg = '#FF0000'
+naughty.config.defaults.font = 'Monospace Bold 9'
-- Vicious library
local vicious = require("vicious")
-- Lain library