custom_icon_path not working for widget.CurrentLayoutIcon
See original GitHub issueEdit: https://github.com/qtile/qtile/issues/3489#issuecomment-1094082436
For anyone opening this issue, it was my fault in my config. It is custom_icon_paths
and not custom_icon_path
.
The issue:
For some reason the custom icon path for widget.CurrentLayoutIcon does not work for me. For testing I have copied the original icons from libqtile/resources/layout-icons to my .config/qtile folder and changed a color for one of the icons.
-
Your Qtile version (qtile --version):
0.21.1.dev9+g634a470a
-
Relevant logs from ~/.local/share/qtile/qtile.log: — (nothing relevant is reported)
-
If relevant, the problematic part of your config:
widget.CurrentLayoutIcon( custom_icon_path = ['/home/tuncay/.config/qtile/layout-icons'], scale = 0.55, mouse_callbacks = { 'Button1': lazy.next_layout(), 'Button2': lazy.to_layout_index(0), 'Button3': lazy.prev_layout(), }, ),
Whatever I do, reload, restart or even logout/login as a user; it won’t use the icons. I have tried to save the .png in RGB and also tried in Indexed color mode. Am I missing here something or is this a bug?
Required:
- I have searched past issues to see if this bug has already been reported.
Issue Analytics
- State:
- Created a year ago
- Comments:13 (13 by maintainers)
Don’t worry about it!
😅