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:
parent
107e7bf688
commit
def3b8b267
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue