aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWilliam Hua <william.hua@canonical.com>2014-04-05 11:49:44 +1300
committerWilliam Hua <william.hua@canonical.com>2014-04-05 11:49:44 +1300
commit5db32b0e03f0e143d09d9e700599bf912021cfe0 (patch)
tree6777c774e0977cc3ba7cd5e3883135b246db461b /README
parent969e5b55bebc4507d694b0075667c36850ea7025 (diff)
parenta42d079c7de46c6e2064bcceda2b7878879ac721 (diff)
downloadayatana-indicator-keyboard-5db32b0e03f0e143d09d9e700599bf912021cfe0.tar.gz
ayatana-indicator-keyboard-5db32b0e03f0e143d09d9e700599bf912021cfe0.tar.bz2
ayatana-indicator-keyboard-5db32b0e03f0e143d09d9e700599bf912021cfe0.zip
Merge trunk.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index e69de29b..2928a41c 100644
--- a/README
+++ b/README
@@ -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.