diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-04 04:32:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-04 04:32:40 +0200 |
commit | b9271994d79cb093f3a82f6ed073046a43370ba1 (patch) | |
tree | be7c0c60920bc9b8d38c6ca4908c565058953abd /src/plugins/image.py | |
parent | fix errors in image plugin + begin on launchers (diff) | |
download | xpybar-b9271994d79cb093f3a82f6ed073046a43370ba1.tar.gz xpybar-b9271994d79cb093f3a82f6ed073046a43370ba1.tar.bz2 xpybar-b9271994d79cb093f3a82f6ed073046a43370ba1.tar.xz |
launchers
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/plugins/image.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/image.py b/src/plugins/image.py index d72e829..187d005 100644 --- a/src/plugins/image.py +++ b/src/plugins/image.py @@ -227,3 +227,5 @@ class Image: return best[0][0] +# TODO search /usr/share/pixmaps + |