program and icon from csv? #2019
prankousky
started this conversation in
General
Replies: 1 comment 5 replies
-
yes, this is fully possible. you can pass an icon name, or a full path to an image. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I follow the example from the README.md and create those two files
rofi_launcher.sh
rofi_launcher.csv
This will work, as in it will give me two choices: 1.
Firefox (def)
2.Firefox (anderes Profil)
. So far, so good.But would it be possible to add icons to the csv and get the script to parse them? For example, change
rofi_launcher.csv
to thisBut then, what would the
rofi_launcher.sh
have to look like?I wasn't able to find a way to use custom icons, only icon themes, which (I assume) are based on the program names. So
firefox
should work, butfirefox123
should not work, because there is no default icon for this.Thank you in advance for your ideas :)
Beta Was this translation helpful? Give feedback.
All reactions