Added: New, more Unity like, icon.
[indicator-chars.git] / README.rst
CommitLineData
3853ba05 1===============
797fb5e9 2indicator-chars
3853ba05
TS
3===============
4
5:Author: Tobias Schlitt <toby@php.net>
797fb5e9
TS
6
7App indicator to provide a menu with (potentially funny UTF-8) characters for
8simple copying them to clipboard (similar to original characters applet).
9
10Create a file .indicator-chars in your home dir with lines of characters to be
11selectable.
12
3853ba05
TS
13-------
14Install
15-------
16
17- Checkout source code
18- Create ~/.indicator-chars
19 - Each row corresponds to a set of chars
20 - Spaces also count as chars
21 - Make sure to use UTF-8 encoding
22- Put indicator-chars.py into auto start
23
24-----------
25Open issues
26-----------
27
28- If anyone could design a nice, unity style indicator icon?
29- Maybe there is a way to use multiple click buttons in menu items?
30 - No standard Gtk way does not work.