diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-11 14:23:33 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-11 14:23:33 +0200 |
commit | 12109329ba21253c45b2d9652fd759c83a4b4ae2 (patch) | |
tree | dd7c88a47c3b65380c8a47c442739899015e1c7f /README.md | |
parent | 6a989d2bf5a215ceef32c58e0e21a91842bff7de (diff) | |
parent | 900c82414c16bbb7fa757f339ccf2100cd2d3052 (diff) | |
download | ayatana-indicator-session-12109329ba21253c45b2d9652fd759c83a4b4ae2.tar.gz ayatana-indicator-session-12109329ba21253c45b2d9652fd759c83a4b4ae2.tar.bz2 ayatana-indicator-session-12109329ba21253c45b2d9652fd759c83a4b4ae2.zip |
Merge branch 'tari01-pr/replace-x-canonical-attributes'
Attributes GH PR #11: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/11
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ 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" +### User menuitems have "x-ayatana-type" set to "indicator.user-menu-item" Their four visual components are determined by: @@ -34,7 +34,7 @@ Mark, the user's (2) icon, (3) name, and (4) a Logged In Mark. an array of usernames. If the array contains the username in this menuitem's "target" attribute, show the Logged In Mark. -### The Guest switcher has "x-canonical-type" set to "indicator.guest-menu-item" action +### The Guest switcher has "x-ayatana-type" set to "indicator.guest-menu-item" action Its four visual components are determined by: |