aboutsummaryrefslogtreecommitdiff
path: root/data/icons/16x16
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-17 23:14:50 -0600
committerTed Gould <ted@gould.cx>2010-02-17 23:14:50 -0600
commitfe30d5b4e43323cd8c85f15fcd25399396fdd30a (patch)
treefb82254d7dc00905b0b739d1af6cff28e144ee3d /data/icons/16x16
parent3c3e267d1cb1f7310d6266093853cca2e16bbc2b (diff)
downloadayatana-indicator-session-fe30d5b4e43323cd8c85f15fcd25399396fdd30a.tar.gz
ayatana-indicator-session-fe30d5b4e43323cd8c85f15fcd25399396fdd30a.tar.bz2
ayatana-indicator-session-fe30d5b4e43323cd8c85f15fcd25399396fdd30a.zip
Adding a status directory and icons for accounts that are logged in
Diffstat (limited to 'data/icons/16x16')
-rw-r--r--data/icons/16x16/Makefile.am2
-rw-r--r--data/icons/16x16/status/Makefile.am7
-rw-r--r--data/icons/16x16/status/account-logged-in.pngbin0 -> 962 bytes
3 files changed, 8 insertions, 1 deletions
diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
index 0224d45..c163076 100644
--- a/data/icons/16x16/Makefile.am
+++ b/data/icons/16x16/Makefile.am
@@ -1 +1 @@
-SUBDIRS = actions
+SUBDIRS = actions status
diff --git a/data/icons/16x16/status/Makefile.am b/data/icons/16x16/status/Makefile.am
new file mode 100644
index 0000000..c0af60e
--- /dev/null
+++ b/data/icons/16x16/status/Makefile.am
@@ -0,0 +1,7 @@
+
+iconsdir = $(INDICATORICONSDIR)/hicolor/16x16/status
+
+icons_DATA = \
+ account-logged-in.png
+
+EXTRA_DIST = $(icons_DATA)
diff --git a/data/icons/16x16/status/account-logged-in.png b/data/icons/16x16/status/account-logged-in.png
new file mode 100644
index 0000000..fb4362c
--- /dev/null
+++ b/data/icons/16x16/status/account-logged-in.png
Binary files differ