diff options
| author | William Hua <william.hua@canonical.com> | 2014-04-09 07:40:17 +1200 |
|---|---|---|
| committer | William Hua <william.hua@canonical.com> | 2014-04-09 07:40:17 +1200 |
| commit | 0e4cbba14d910e40cafb37199730f3387c9ce279 (patch) | |
| tree | f7dd1872184e01aed644b4afebe367f31c98615e /README | |
| parent | 26afec3a316a0f7c2e62ae8d574a5d354ebcdde4 (diff) | |
| parent | e8c1f8e82148dd928b37d9e5a0750b356fb0e156 (diff) | |
| download | ayatana-indicator-keyboard-0e4cbba14d910e40cafb37199730f3387c9ce279.tar.gz ayatana-indicator-keyboard-0e4cbba14d910e40cafb37199730f3387c9ce279.tar.bz2 ayatana-indicator-keyboard-0e4cbba14d910e40cafb37199730f3387c9ce279.zip | |
Merge trunk fixing conflicts.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +indicator-keyboard-icon-generator +================================= + +To refresh the keyboard layout icons, I usually enter the data directory and +run: + +./indicator-keyboard-icon-generator -i icon.svg.in -I icon-1.svg.in -o dark -c '#dfdbd2' +./indicator-keyboard-icon-generator -i icon.svg.in -I icon-1.svg.in -o light -c '#3c3c3c' +('#dfdbd2' and '#3c3c3c' are the colours for the dark and light themes.) + +Then I just copy the files in the dark and light directories to +ubuntu-mono-dark/status/22 and ubuntu-mono-light/status/22 in the ubuntu-themes +source package. + +data/icon.svg.in and data/icon-1.svg.in are template files for the +un-subscripted and subscripted icons. Parameters can be tweaked on the command +line for the generator: './indicator-keyboard-icon-generator -?' for details. |
