diff --git a/home/fuzzel.nix b/home/fuzzel.nix index 8976665..067bf01 100644 --- a/home/fuzzel.nix +++ b/home/fuzzel.nix @@ -28,7 +28,7 @@ in horizontal-pad = 50; # Horizontal padding vertical-pad = 15; # Vertical padding - #font = "monospace:size=16"; + font = "monospace:size=16"; anchor = "top"; y-margin = 240; @@ -36,19 +36,19 @@ in # match-mode = "fzf"; # image-size-ratio = 0.5; }; - #colors = { - # background = "${hex palette.base00}ff"; - # text = "${hex palette.base03}ff"; - # prompt = "${hex palette.base03}ff"; - # placeholder = "${hex palette.base03}ff"; - # input = "${hex palette.base05}ff"; - # match = "${hex palette.base08}ff"; - # selection = "${hex palette.base02}ff"; - # "selection-text" = "${hex palette.base05}ff"; - # "selection-match" = "${hex palette.base08}ff"; - # counter = "${hex palette.base04}ff"; - # border = "${hex palette.base03}ff"; - #}; + colors = { + background = "${hex palette.base00}ff"; + text = "${hex palette.base03}ff"; + prompt = "${hex palette.base03}ff"; + placeholder = "${hex palette.base03}ff"; + input = "${hex palette.base05}ff"; + match = "${hex palette.base08}ff"; + selection = "${hex palette.base02}ff"; + "selection-text" = "${hex palette.base05}ff"; + "selection-match" = "${hex palette.base08}ff"; + counter = "${hex palette.base04}ff"; + border = "${hex palette.base03}ff"; + }; border = { radius = 20; width = 3; diff --git a/home/stylix.nix b/home/stylix.nix index 2f8bd42..7cd3e3a 100644 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -12,7 +12,7 @@ targets.mako.enable = false; #targets.foot.enable = false; targets.swaylock.enable = false; - #targets.fuzzel.enable = false; + targets.fuzzel.enable = false; targets.zed.enable = false; base16Scheme = {