Commit | Line | Data |
---|---|---|
3853ba05 | 1 | =============== |
797fb5e9 | 2 | indicator-chars |
3853ba05 TS |
3 | =============== |
4 | ||
5 | :Author: Tobias Schlitt <toby@php.net> | |
797fb5e9 TS |
6 | |
7 | App indicator to provide a menu with (potentially funny UTF-8) characters for | |
8 | simple copying them to clipboard (similar to original characters applet). | |
9 | ||
10 | Create a file .indicator-chars in your home dir with lines of characters to be | |
11 | selectable. | |
12 | ||
3853ba05 TS |
13 | ------- |
14 | Install | |
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 | ----------- | |
25 | Open 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. |