X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=README.rst;h=bd44bb8b707a9dc15f0904c76c6df14fadd9fca7;hb=1b39c416514c6bfb07f79a6cc2c851944f0ea779;hp=8d2622612cbd57eb3fc2babfb75555874ce0421c;hpb=9119151680c58f984c8bb688706cafed9e4b0573;p=indicator-chars.git diff --git a/README.rst b/README.rst index 8d26226..bd44bb8 100644 --- a/README.rst +++ b/README.rst @@ -7,18 +7,28 @@ indicator-chars App indicator to provide a menu with (potentially funny UTF-8) characters for simple copying them to clipboard (similar to original characters applet). -Create a file .indicator-chars in your home dir with lines of characters to be -selectable. +Create a file .indicator-chars in your home directory with lines of +characters to be selectable. ------- Install ------- - Checkout source code + - Create ~/.indicator-chars + - Each row corresponds to a set of chars - - Spaces also count as chars + + - Optional submenu title prefix: "[title]" (trailing spaces stripped) + + - Optional descriptions after chars: "(description)" (leading & + trailing spaces stripped) + + - Spaces (apart from above) also count as chars + - Make sure to use UTF-8 encoding + - Put indicator-chars.py into auto start ----------- @@ -26,5 +36,7 @@ Open issues ----------- - If anyone could design a nice, unity style indicator icon? + - Maybe there is a way to use multiple click buttons in menu items? + - No standard Gtk way does not work.