Use delta icons for rofi
This commit is contained in:
parent
90b57f3c95
commit
679145dd52
|
@ -2,8 +2,8 @@
|
|||
powermenu = pkgs.writeShellScriptBin "powermenu" (builtins.readFile ./scripts/powermenu);
|
||||
power-profiles = pkgs.writeShellScriptBin "power-profiles" (builtins.readFile ./scripts/power-profiles);
|
||||
in {
|
||||
imports = [../gui/foot.nix];
|
||||
home.packages = with pkgs; [papirus-icon-theme powermenu power-profiles];
|
||||
imports = [../gui/foot.nix ./gtk.nix];
|
||||
home.packages = [powermenu power-profiles];
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
location = "center";
|
||||
|
@ -14,7 +14,7 @@ in {
|
|||
];
|
||||
extraConfig = {
|
||||
modi = "run,drun,calc";
|
||||
icon-theme = "Papirus";
|
||||
icon-theme = "Delta";
|
||||
show-icons = true;
|
||||
drun-display-format = "{icon} {name}";
|
||||
disable-history = false;
|
||||
|
|
Loading…
Reference in a new issue