aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-19 23:01:36 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-19 23:01:36 +0200
commit6d884c4efb2a268ef780ea78c562582b25d79b6e (patch)
tree80941828e6224f8849e1d93f0055231c24e158aa /README
parentc2abd3f1287f5d4e5ed93d3b68de85c71e39be1d (diff)
downloadayatana-indicator-session-6d884c4efb2a268ef780ea78c562582b25d79b6e.tar.gz
ayatana-indicator-session-6d884c4efb2a268ef780ea78c562582b25d79b6e.tar.bz2
ayatana-indicator-session-6d884c4efb2a268ef780ea78c562582b25d79b6e.zip
Update README.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 10 insertions, 7 deletions
diff --git a/README b/README
index addf3bb..c426488 100644
--- a/README
+++ b/README
@@ -1,5 +1,8 @@
-Indicator-Session is the the session menu indicator for Unity.
-Its behavior and features are listed at https://wiki.ubuntu.com/SystemMenu.
+Ayatana System Indicator -- Session
+
+The -session Ayatana System Indicator is the the session menu indicator
+for Unity7 and MATE (optionally for others). Its behavior and features
+are listed at https://wiki.ayatana-indicators.org/AyatanaIndicatorSession
For instructions on building and running built-in tests, see the INSTALL file.
@@ -7,10 +10,11 @@ For instructions on building and running built-in tests, see the INSTALL file.
Notes for Client Renderers
--------------------------
-Indicator-Session has two custom menuitems: the Guest and User switchers.
-As per the https://wiki.ubuntu.com/SystemMenu specification, both need four
-visual components: (1) an Active Session Mark, the user's (2) icon, (3) name,
-and (4) a Logged In Mark.
+Ayatana Indicator Session has two custom menuitems: the Guest and User
+switchers. As per the
+https://wiki.ayatana-indicators.org/AyatanaIndicatorSession
+specification, both need four visual components: (1) an Active Session
+Mark, the user's (2) icon, (3) name, and (4) a Logged In Mark.
== User menuitems have "x-canonical-type" set to "indicator.user-menu-item"
Their four visual components are determined by:
@@ -44,4 +48,3 @@ and (4) a Logged In Mark.
4. You can test for the Logged In Mark by checking the action's state.
The state is a dictionary whose "is-logged-in" key yields a boolean.
If the boolean is true, show the Logged In Mark.
-