diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 19:17:41 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 19:28:18 +0200 |
commit | d5277646dbe9a88d32c42187c9c3701a7c57a469 (patch) | |
tree | 21f8115516693217895e0242afb990ef28c14013 /README | |
parent | bca2db6d064187ecfa2bd9668a88b1b745683e1d (diff) | |
download | ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.tar.gz ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.tar.bz2 ayatana-indicator-keyboard-d5277646dbe9a88d32c42187c9c3701a7c57a469.zip |
Fork from Ubuntu's indicator-keyboard.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ -indicator-keyboard-icon-generator -================================= +ayatana-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' +./ayatana-indicator-keyboard-icon-generator -i icon.svg.in -I icon-1.svg.in -o dark -c '#dfdbd2' +./ayatana-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 @@ -14,4 +14,4 @@ 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. +line for the generator: './ayatana-indicator-keyboard-icon-generator -h' for details. |