- or download this
import gi
...
return iconFile.get_filename()
else:
return ""
- or download this
use FreeDesktop::Icons;
my $iconlib = new FreeDesktop::Icons;
...
$iconlib->size('16');
my $imagefile = $iconlib->get('xfsm-shutdown');
print $imagefile;
- or download this
sub findsvg {
my $app = shift;
...
}
return "/usr/share/icons/whiskermenu-manjaro.svg";
}