aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorBlista Kanjo2023-06-27 04:48:32 -0400
committerBlista Kanjo2023-06-27 04:48:32 -0400
commitb929cfda84fd98358cb681d5c5afc04a4bbc1022 (patch)
tree335f30ab6634a4fb2f311c5bf3e7fc2567959eb4 /.config/awesome/rc.lua
parent4f8e3354278ba13b173a089947017aecd88500f6 (diff)
refactor: disabled menubar icons
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua3
1 files changed, 2 insertions, 1 deletions
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