|
|
@@ -4,11 +4,11 @@ Inspired by [fdw/**rofimoji**](https://github.com/fdw/rofimoji) and forked from |
|
|
|
|
|
|
|
It comes with an example configuration file and a theme that should make it ready to use, even for those who never used rofi before. When using the recommended procedure, unicode and emoji lists show up as separate tabs in rofi, in addition to rofi's window, drun, run and ssh modis: |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
The two underlying scripts, `rofiemoji.sh` and `rofiunicode.sh`, will try to download the lists of emoji and unicode characters if they are missing, but this should already be taken care of when cloning this repository. The list of emojis is fetched from www.unicode.org while the unicode list was created by [/u/fe80c0ffee](https://www.reddit.com/r/unixporn/comments/7zqkov/oc_i_mad_a_rofi_emoji_picker_and_i_feel_bad_about/duqls53?utm_source=share&utm_medium=web2x). |
|
|
@@ -27,13 +27,13 @@ The two underlying scripts, `rofiemoji.sh` and `rofiunicode.sh`, will try to dow |
|
|
|
git clone https://github.com/Kabouik/rofiemoji-rofiunicode.git |
|
|
|
``` |
|
|
|
|
|
|
|
2. (Optional) Apply the [recommended configuration](https://github.com/Kabouik/rofiemoji-rofiunicode#recommended-configuration): |
|
|
|
2. (Optional) Apply the [recommended configuration](https://git.teknik.io/matf/rofiemoji-rofiunicode#recommended-configuration): |
|
|
|
|
|
|
|
```bash |
|
|
|
mv $HOME/.config/rofi/config $HOME/.config/rofi/config.back # Back up previous rofi configuration, if any |
|
|
|
cp $HOME/.config/rofiemoji-rofiunicode/config.example $HOME/.config/rofi/config # Apply the supplied configuration |
|
|
|
cp $HOME/.config/rofiemoji-rofiunicode/config/config.example $HOME/.config/rofi/config # Apply the supplied configuration |
|
|
|
mkdir -p $HOME/.local/share/rofi/themes |
|
|
|
cp $HOME/.config/rofiemoji-rofiunicode/sidetab-adapta.rasi $HOME/.local/share/rofi/themes/ # Provide customized sidetab-adapta.rasi theme |
|
|
|
cp $HOME/.config/rofiemoji-rofiunicode/config/sidetab-adapta.rasi $HOME/.local/share/rofi/themes/ # Provide customized sidetab-adapta.rasi theme |
|
|
|
``` |
|
|
|
|
|
|
|
3. **If step 2 was completed**, add a custom keybinding using your window-manager settings for the following command: |
|
|
@@ -81,6 +81,6 @@ After: |
|
|
|
|
|
|
|
## Alternative emoji- and unicode-picker |
|
|
|
|
|
|
|
[kabouik/**rofimoji**](https://github.com/Kabouik/rofimoji) is an alternative based on the original [fdw/**rofimoji**](https://github.com/fdw/rofimoji) instead of the [nkoehring/**rofiemoji**](https://github.com/nkoehring/rofiemoji) script version, yet still with the unicode functionality. It allows the multiple selection of emojis or unicode characters, as well as direct input without prior clipboard step, but the customization possibilities are more limited and there is no visual unification with your main rofi instance. |
|
|
|
[matf/**rofimoji**](https://git.teknik.io/matf/rofimoji) is an alternative based on the original [fdw/**rofimoji**](https://github.com/fdw/rofimoji) instead of the [nkoehring/**rofiemoji**](https://github.com/nkoehring/rofiemoji) script version, yet still with the unicode functionality. It allows the multiple selection of emojis or unicode characters, as well as direct input without prior clipboard step, but the customization possibilities are more limited and there is no visual unification with your main rofi instance. |
|
|
|
|
|
|
|
 |
|
|
|
 |