diff options
author | Robert Tari <robert@tari.in> | 2021-06-11 22:42:50 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-11 23:49:47 +0200 |
commit | 586897799d55f01fbf0489f56a388b6ef184ac05 (patch) | |
tree | 263fc0ffcbbd6eba409b65a429550a097493ffea | |
parent | 6eb45f16984f368ad0621493caf39b565ade8473 (diff) | |
download | ayatana-indicator-session-586897799d55f01fbf0489f56a388b6ef184ac05.tar.gz ayatana-indicator-session-586897799d55f01fbf0489f56a388b6ef184ac05.tar.bz2 ayatana-indicator-session-586897799d55f01fbf0489f56a388b6ef184ac05.zip |
README.md: Minor fix to give it a standard look
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -40,8 +40,6 @@ Unity7, MATE and Lomiri (optionally for others, e.g. XFCE, LXDE). 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.md file. - ## Notes for Client Renderers Ayatana Indicator Session has two custom menuitems: the Guest and User @@ -84,3 +82,11 @@ Mark, the user's (2) icon, (3) name, 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. + +## License and Copyright + +See COPYING and AUTHORS file in this project. + +## Building and Testing + +For instructions on building and running built-in tests, see the INSTALL.md file. |