diff --git a/home-modules/hyprland.nix b/home-modules/hyprland.nix index 18b78f7..ece8753 100755 --- a/home-modules/hyprland.nix +++ b/home-modules/hyprland.nix @@ -270,7 +270,7 @@ lib.mkIf (user != "tv") "opacity ${transparency}, sent" "opacity ${transparency}, neovide" "opacity ${transparency}, obsidian" - "opacity ${transparency}, zathura" + # "opacity ${transparency}, zathura" # "bordercolor rgba(${rice.lib.nohash rice.color.foreground}ff) rgba(${rice.lib.nohash rice.color.background}${rice.lib.float-to-drune rice.transparency}), Alacritty" # "bordercolor rgba(${rice.lib.nohash rice.color.foreground}ff) rgba(${rice.lib.nohash rice.color.background}${rice.lib.float-to-drune rice.transparency}), Kitty" "opacity ${transparency}, discord" diff --git a/home-modules/zathura.nix b/home-modules/zathura.nix index e303a54..2351fe0 100644 --- a/home-modules/zathura.nix +++ b/home-modules/zathura.nix @@ -7,10 +7,11 @@ completion-fg = foreground; completion-highlight-bg = background; completion-highlight-fg = accent.base; - # default-bg = background; - # default-fg = foreground; - highlight-active-color = accent.base; - highlight-color = secondary.base; + default-bg = "rgba(${rice.lib.hex-to-rgb-comma-string background},${builtins.toString rice.transparency})"; + default-fg = foreground; + highlight-active-color = "rgba(${rice.lib.hex-to-rgb-comma-string accent.base},0.5)"; + highlight-color = "rgba(${rice.lib.hex-to-rgb-comma-string secondary.base},0.5)"; + highlight-fg = "rgba(${rice.lib.hex-to-rgb-comma-string secondary.base},0.5)"; index-active-bg = background; inputbar-bg = background; inputbar-fg = foreground; @@ -20,13 +21,16 @@ notification-fg = foreground; notification-warning-bg = background; notification-warning-fg = foreground; - recolor = false; + recolor = true; recolor-darkcolor = foreground; recolor-keephue = true; recolor-lightcolor = background; selection-clipboard = "clipboard"; - statusbar-bg = background; + statusbar-bg = black.base; statusbar-fg = foreground; + + n-completion-items = 9999999999999; + exec-command = "open"; }; }; }