aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-04 13:46:51 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-04 13:46:51 +0200
commit237d6a12b961577d1b7af8b776d34f1c68fdb110 (patch)
treebbe107d64dc61cf3dd5dfe8c3a2ba9e8a72d9e68 /src
parentm (diff)
downloadxpybar-237d6a12b961577d1b7af8b776d34f1c68fdb110.tar.gz
xpybar-237d6a12b961577d1b7af8b776d34f1c68fdb110.tar.bz2
xpybar-237d6a12b961577d1b7af8b776d34f1c68fdb110.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/image.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/image.py b/src/plugins/image.py
index 187d005..20511e5 100644
--- a/src/plugins/image.py
+++ b/src/plugins/image.py
@@ -21,6 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
class Image:
'''
Images and icons
+
+ @variable width:int The width of the image
+ @variable height:int The height of the image
'''
theme_preferences = ['hicolor', ..., 'ContrastHigh']