Browse Source

Add readme

Thomas Dy 7 years ago
parent
commit
80e4d8dcfa
1 changed files with 13 additions and 0 deletions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -0,0 +1,13 @@
+# rustray
+
+A rudimentary system tray implemented in Rust.
+
+This is more of an experiment than something you should use on a daily basis. I
+primarily wrote it to understand how the system tray mechanics work in X. This
+doesn't actually implement all of the system tray specification but it works for
+most of the programs I use.
+
+## Links
+
+* https://specifications.freedesktop.org/systemtray-spec/systemtray-spec-latest.html
+* https://tronche.com/gui/x/icccm/sec-2.html