From c3aaeb1ad0bdab785d5bfdcdf3559663ca90571d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 4 Apr 2015 03:07:07 +0200 Subject: implement icon search MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/plugins/image | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/plugins/image b/examples/plugins/image index e81d324..35a8011 100644 --- a/examples/plugins/image +++ b/examples/plugins/image @@ -28,9 +28,11 @@ from plugins.image import Image OUTPUT, HEIGHT, YPOS, TOP = 0, 24, 24, True -#image_ = Image('/usr/share/icons/hicolor/scalable/apps/mate-panel-clock.svg', 'rgb(0, 0, 0)', 24) -#image_ = Image('/usr/share/icons/oxygen/256x256/apps/clock.png', 'rgb(0, 0, 0)', 24) -image_ = Image('/usr/share/icons/ContrastHigh/48x48/apps/clock.png', 'rgb(0, 0, 0)', 24) +#image_ = Image('/usr/share/icons/hicolor/scalable/apps/mate-panel-clock.svg', 'rgb(0, 0, 0)', 24, icon = False) +#image_ = Image('/usr/share/icons/oxygen/256x256/apps/clock.png', 'rgb(0, 0, 0)', 24, icon = False) +#image_ = Image('/usr/share/icons/ContrastHigh/48x48/apps/clock.png', 'rgb(0, 0, 0)', 24, icon = False) +#image_ = Image('mate-panel-clock', 'rgb(0, 0, 0)', 24, icon = True) +image_ = Image('clock', 'rgb(0, 0, 0)', 24, icon = True) def redraw(): -- cgit v1.2.3-70-g09d2