I don't like the large (128px) icons used in Kupfer, how can I configure it to use smaller icons?
The theming documentation suggests it can be done.
I've duplicated the built in customtheme.py plugin into ~/.local/share/kupfer/plugins/mytheme.py and tried adding this code to the "dark" definition:
## force small icons
gtk-icon-sizes="kupfer-small=24,24:kupfer-large=24,24"
But that doesn't seem to change the icon size.
 
     
    