aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-01-24 03:38:44 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-01-27 17:10:40 +0100
commitb85daf94830a3ca39d59237fdb07bc33ede1c450 (patch)
tree8d704b1d8614759da71fbe42dca737c0e2261142 /README
parent9b8fb0492c8c05630644d840aef520f3c6b17829 (diff)
downloadayatana-indicator-keyboard-b85daf94830a3ca39d59237fdb07bc33ede1c450.tar.gz
ayatana-indicator-keyboard-b85daf94830a3ca39d59237fdb07bc33ede1c450.tar.bz2
ayatana-indicator-keyboard-b85daf94830a3ca39d59237fdb07bc33ede1c450.zip
100% re-write of the keyboard indicator in plain C.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 0 insertions, 17 deletions
diff --git a/README b/README
deleted file mode 100644
index bb33d3c6..00000000
--- a/README
+++ /dev/null
@@ -1,17 +0,0 @@
-ayatana-indicator-keyboard-icon-generator
-==========================================
-
-To refresh the keyboard layout icons, I usually enter the data directory and
-run:
-
-./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
-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: './ayatana-indicator-keyboard-icon-generator -h' for details.