themed Zathura

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-10-24 13:02:22 +02:00
parent 115a6d3c83
commit e3e52fb656
2 changed files with 36 additions and 2 deletions

32
home-modules/zathura.nix Normal file
View File

@@ -0,0 +1,32 @@
{ pkgs, rice, ... }:
{
programs.zathura = {
enable = true;
options = with rice.color; {
completion-bg = background;
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;
index-active-bg = background;
inputbar-bg = background;
inputbar-fg = foreground;
notification-bg = background;
notification-error-bg = background;
notification-error-fg = foreground;
notification-fg = foreground;
notification-warning-bg = background;
notification-warning-fg = foreground;
recolor = false;
recolor-darkcolor = foreground;
recolor-keephue = true;
recolor-lightcolor = background;
selection-clipboard = "clipboard";
statusbar-bg = background;
statusbar-fg = foreground;
};
};
}

View File

@@ -51,14 +51,16 @@
./home-modules/waybar.nix ./home-modules/waybar.nix
./home-modules/wlogout.nix ./home-modules/wlogout.nix
./home-modules/yazi.nix ./home-modules/yazi.nix
./home-modules/zoxide.nix ]; ./home-modules/zathura.nix
./home-modules/zoxide.nix
];
home.username = user; home.username = user;
home.homeDirectory = "/home/${user}"; home.homeDirectory = "/home/${user}";
home.stateVersion = "24.05"; home.stateVersion = "24.05";
home.packages = with pkgs; [ home.packages = with pkgs; [
chromium chromium
zathura # zathura
xfce.thunar xfce.thunar
# spotify # spotify