We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output of awesome --version:
awesome --version
awesome v4.3 (Too long) • Compiled against Lua 5.3.6 (running with Lua 5.3) • D-Bus support: ✔ • execinfo support: ✔ • xcb-randr version: 1.6 • LGI version: 0.9.2
How to reproduce the issue:
beautiful.icon_theme = 'candy-icons'
theme.lua
theme.icon_theme = "candy-icons"
Actual result: hicolor menubar icons (I've used naughty to print actual paths all are taken from /usr/share/icons/hicolor/*)
Expected result: I've expected "candy icons" in lil menu, old icons are shown this is totally ignored (5,6)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Output of
awesome --version
:awesome v4.3 (Too long)
• Compiled against Lua 5.3.6 (running with Lua 5.3)
• D-Bus support: ✔
• execinfo support: ✔
• xcb-randr version: 1.6
• LGI version: 0.9.2
How to reproduce the issue:
beautiful.icon_theme = 'candy-icons'
theme.lua
of your chosen theme in filetheme.icon_theme = "candy-icons"
Actual result:
hicolor menubar icons (I've used naughty to print actual paths all are taken from /usr/share/icons/hicolor/*)
Expected result:
I've expected "candy icons" in lil menu, old icons are shown this is totally ignored (5,6)
The text was updated successfully, but these errors were encountered: