Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.89 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.89 KB

ibus-tweaker

Tweaker of IBus in GNOME Shell for theme, font, input mode and clipboard history.

狙公赋芧曰朝三而暮四。众狙皆怒。曰然则朝四而暮三。众狙皆悦。 —— 《庄子·齐物论》
license

Installation

Manual

The latest and supported version should only work on the most current stable version of GNOME Shell.

git clone https://github.com/tuberry/ibus-tweaker.git && cd ibus-tweaker
meson setup build && meson install -C build
# meson setup build -Dtarget=system && meson install -C build # system-wide, default --prefix=/usr/local

For older versions, it's recommended to install via:

E.G.O

Get it on GNOME Extensions

Features

itpref

Clipboard history:

peek-ibus-tweaker-clip-history.mp4

Tips: press DELETE to delete and \ to merge entries.

Contributions

Feel free to open an issue or PR in the repo for any question or idea.

Translations

To update the po file from sources:

bash ./cli/update-po.sh [your_lang_code] # like zh_CN, default to $LANG

Developments

To install GJS TypeScript type definitions:

npm install @girs/gnome-shell --save-dev

Acknowledgements