diff options
author | William Hua <william.hua@canonical.com> | 2014-04-03 16:17:19 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-04-03 16:17:19 +0000 |
commit | d64234b6f86b07bf556a93c91c88738a569bd2d0 (patch) | |
tree | d36d7a8a8c195ceb2506de2065994b39d5af501e | |
parent | c9bb37e539f039fd0900248fb9312e2f9fdfaff9 (diff) | |
parent | 501dea35749f1af050b5992f6eefa7db29068508 (diff) | |
download | ayatana-indicator-keyboard-d64234b6f86b07bf556a93c91c88738a569bd2d0.tar.gz ayatana-indicator-keyboard-d64234b6f86b07bf556a93c91c88738a569bd2d0.tar.bz2 ayatana-indicator-keyboard-d64234b6f86b07bf556a93c91c88738a569bd2d0.zip |
Document how to refresh indicator-keyboard's icons for the ubuntu-mono themes.
-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. |