Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Emoji picker #174

Open
Irubataru opened this issue Aug 14, 2024 · 3 comments
Open

[Feature request] Emoji picker #174

Irubataru opened this issue Aug 14, 2024 · 3 comments

Comments

@Irubataru
Copy link

I love these themes and stylings so much! ❤️

I was wondering if there would be any interest for an emoji picker, i.e. something like rofimoji, but as good looking as these are.

Thanks! ✨

@anispwyn
Copy link

image
i dont know if you have already done this

but u can just make another launcher scripts and use this instead of default rofi launch param

@Irubataru
Copy link
Author

I didn't try that, and it seems to work. Might want to tweak some of the styles, but it's a good starting point

Had to set --max-recent 0, if not the picker swallowed the first emoji for some reason.

Also, if I tried your command it didn't type in the emoji when I selected them for some reason, so I instead used the rofimoji-command

#! /usr/bin/env bash

typename="type-1"
themename="style-5"

dir="$HOME/.config/rofi/launchers"

rofimoji \
  --selector-args="-theme ${dir}/${typename}/${themename}.rasi" \
  --prompt="󰞅 Emojis"

@anispwyn
Copy link

I was experimenting, that did not work for me as well

But I now have the working script (it's same as urs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants