rofi: add rofi-emoji plugin

Try setting application-fallback-icon by MIME name, think that's what
I was doing wrong before
This commit is contained in:
Evie Litherland-Smith 2024-04-01 10:55:57 +01:00
parent 107e7bf688
commit def3b8b267

View file

@ -1,5 +1,6 @@
{
config,
pkgs,
fonts,
scheme,
accentColour ? "base07",
@ -9,6 +10,7 @@
enable = true;
font = fonts.monospace.name;
location = "center";
plugins = with pkgs; [rofi-emoji];
pass = {
enable = true;
extraConfig = ''
@ -24,7 +26,7 @@
matching = "fuzzy";
icon-theme = config.gtk.iconTheme.name;
show-icons = true;
application-fallback-icon = "󰋙 ";
application-fallback-icon = "application-x-addon";
drun-display-format = "{icon} {name} ({categories})";
disable-history = false;
hide-scrollbar = true;