diff options
| author | Blista Kanjo | 2023-06-27 04:48:32 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-06-27 04:48:32 -0400 |
| commit | b929cfda84fd98358cb681d5c5afc04a4bbc1022 (patch) | |
| tree | 335f30ab6634a4fb2f311c5bf3e7fc2567959eb4 | |
| parent | 4f8e3354278ba13b173a089947017aecd88500f6 (diff) | |
refactor: disabled menubar icons
| -rw-r--r-- | .config/awesome/rc.lua | 3 |
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 |
