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);
|
powermenu = pkgs.writeShellScriptBin "powermenu" (builtins.readFile ./scripts/powermenu);
|
||||||
power-profiles = pkgs.writeShellScriptBin "power-profiles" (builtins.readFile ./scripts/power-profiles);
|
power-profiles = pkgs.writeShellScriptBin "power-profiles" (builtins.readFile ./scripts/power-profiles);
|
||||||
in {
|
in {
|
||||||
imports = [../gui/foot.nix];
|
imports = [../gui/foot.nix ./gtk.nix];
|
||||||
home.packages = with pkgs; [papirus-icon-theme powermenu power-profiles];
|
home.packages = [powermenu power-profiles];
|
||||||
programs.rofi = {
|
programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
location = "center";
|
location = "center";
|
||||||
|
@ -14,7 +14,7 @@ in {
|
||||||
];
|
];
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
modi = "run,drun,calc";
|
modi = "run,drun,calc";
|
||||||
icon-theme = "Papirus";
|
icon-theme = "Delta";
|
||||||
show-icons = true;
|
show-icons = true;
|
||||||
drun-display-format = "{icon} {name}";
|
drun-display-format = "{icon} {name}";
|
||||||
disable-history = false;
|
disable-history = false;
|
||||||
|
|
Loading…
Reference in a new issue