how to change the icon size of the tasklist? I am working with a non-modified, just installed awesome wm build and cant seem to figure this one out.
I tried
s.mytasklist = awful.widget.tasklist {
screen = s,
filter = awful.widget.tasklist.filter.currenttags,
buttons = tasklist_buttons,
style = {
icon_size = 10,
from https://awesomewm.org/apidoc/widgets/awful.widget.tasklist.html
and this Awesome wm setting size for the tasklist item
both solutions wont work.
thanks