|
1年前 | |
---|---|---|
README.md | 1年前 | |
config.example | 1年前 | |
emojis.txt | 2年前 | |
rofiemoji-rofiunicode1.png | 1年前 | |
rofiemoji-rofiunicode2.png | 1年前 | |
rofiemoji.jpg | 2年前 | |
rofiemoji.sh | 1年前 | |
rofiunicode.sh | 1年前 | |
sidetab-adapta.rasi | 1年前 | |
unicode.txt | 1年前 |
Inspired by fdw/rofimoji and its script version by nkoehring/rofiemoji, rofiemoji-rofiunicode is the combination of two rofi scripts to search emojis or unicode characters directly in rofi. Unicode characters and emojis show up as separate tabs when rofi is invoked:
rofiemoji.sh
and rofiunicode.sh
will try to download the lists of emoji and unicode characters when used the first time, unless the full repository has already been cloned using:
cd ~/.config
git clone https://github.com/Kabouik/rofiemoji-rofiunicode.git
The list of unicode characters was originally created by /u/fe80c0ffee.
xsel
to copy the selection to the clipboard. You should find it in your package manager.Add a custom keybinding using your window-manager settings for the following command:
rofi -show windowcd -theme-str '#window{width: 30%;}' # See the rofi documentation for details
Navigate through roji tabs using Ctrl+Tab
(default) and search emojis or unicode characters by keyword. Pressing Return
will copy the highlighted character to the clipboard.
For rofi to look like the above screenshots, use the supplied config
file and sidetab-adapta.rasi
theme (originally taken from the rofi-themes collection):
mv $HOME/.config/rofi/config $HOME/.config/rofi/config.back
cp $HOME/.config/rofiemoji-rofiunicode/config.example $HOME/.config/rofi/config
cp $HOME/.config/rofiemoji-rofiunicode/sidetab-adapta.rasi $HOME/.local/share/rofi/themes/
The config
file is customized to my own system and preferences. It is assumed that rofi and rofiemoji-rofiunicode folders are located in ~/.config/
. Make sure you reviewed the few uncommented lines to check whether my custom preferences in config
will work on your system. For instance, this config
file is adapted to gnome-terminal
, while default values might work best with other terminals.
An alternative based on rofimoji by fdw instead of rofi-scripts, but still with the addition of unicode characters from /u/fe80c0ffee, is Kabouik/rofimoji. It allows multiple selection of emojis or unicode characters, as well as direct input without the clipboard step, but the window customisation is not as flexible.