diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 5d1a45b..f2ee93c 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -13,11 +13,12 @@ local xrandr = require("xrandr") -- Notification library local naughty = require("naughty") local menubar = require("menubar") + local hotkeys_popup = require("awful.hotkeys_popup").widget -- Enable hotkeys help widget for VIM and other apps -- when client with a matching name is opened: require("awful.hotkeys_popup.keys") - +--require("awful.hotkeys_popup.keys.termite") -- {{{ Error handling -- Check if awesome encountered an error during startup and fell back to -- another config (This code will only ever execute for the fallback config) diff --git a/awesome/.config/awesome/themes/default/icons/net_down.png b/awesome/.config/awesome/themes/default/icons/net_down.png index d5075a1..09433b1 100644 Binary files a/awesome/.config/awesome/themes/default/icons/net_down.png and b/awesome/.config/awesome/themes/default/icons/net_down.png differ diff --git a/awesome/.config/awesome/themes/default/icons/net_up.png b/awesome/.config/awesome/themes/default/icons/net_up.png index 66dfb54..395d014 100644 Binary files a/awesome/.config/awesome/themes/default/icons/net_up.png and b/awesome/.config/awesome/themes/default/icons/net_up.png differ