From b929cfda84fd98358cb681d5c5afc04a4bbc1022 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 27 Jun 2023 04:48:32 -0400 Subject: refactor: disabled menubar icons --- .config/awesome/rc.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 66be6cd..d8b6732 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -18,7 +18,6 @@ local hotkeys_popup = require("awful.hotkeys_popup") -- when client with a matching name is opened: require("awful.hotkeys_popup.keys") xdg_menu = require("xdgmenu") -menubar.cache_entries = true -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. @@ -139,6 +138,8 @@ mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon, -- Menubar configuration menubar.utils.terminal = terminal -- Set the terminal for applications that require it +menubar.cache_entries = true +menubar.utils.lookup_icon = function() end -- }}} -- Keyboard map indicator and switcher -- cgit v1.2.3