We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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! ✨
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
--max-recent 0
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"
I was experimenting, that did not work for me as well
But I now have the working script (it's same as urs)
No branches or pull requests
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! ✨
The text was updated successfully, but these errors were encountered: