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,
|
config,
|
||||||
|
pkgs,
|
||||||
fonts,
|
fonts,
|
||||||
scheme,
|
scheme,
|
||||||
accentColour ? "base07",
|
accentColour ? "base07",
|
||||||
|
@ -9,6 +10,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
font = fonts.monospace.name;
|
font = fonts.monospace.name;
|
||||||
location = "center";
|
location = "center";
|
||||||
|
plugins = with pkgs; [rofi-emoji];
|
||||||
pass = {
|
pass = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -24,7 +26,7 @@
|
||||||
matching = "fuzzy";
|
matching = "fuzzy";
|
||||||
icon-theme = config.gtk.iconTheme.name;
|
icon-theme = config.gtk.iconTheme.name;
|
||||||
show-icons = true;
|
show-icons = true;
|
||||||
application-fallback-icon = " ";
|
application-fallback-icon = "application-x-addon";
|
||||||
drun-display-format = "{icon} {name} ({categories})";
|
drun-display-format = "{icon} {name} ({categories})";
|
||||||
disable-history = false;
|
disable-history = false;
|
||||||
hide-scrollbar = true;
|
hide-scrollbar = true;
|
||||||
|
|
Loading…
Reference in a new issue