feat: implement catppuccin (for alacritty and waybar)
This commit is contained in:
parent
d9f61dfee4
commit
d6ab8b9aaf
4 changed files with 10 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -17,7 +17,13 @@
|
||||||
home.homeDirectory = "/home/rhea";
|
home.homeDirectory = "/home/rhea";
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
catppuccin = {
|
||||||
|
flavor = "macchiato";
|
||||||
|
accent = "mauve";
|
||||||
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
inputs.catppuccin.homeManagerModules.catppuccin
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./waybar
|
./waybar
|
||||||
|
|
@ -29,7 +35,6 @@
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
inputs.catppuccin.homeManagerModules.catppuccin
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# catppuccin.accent = "mocha";
|
# catppuccin.accent = "mocha";
|
||||||
|
|
|
||||||
|
|
@ -49,8 +49,8 @@
|
||||||
|
|
||||||
/* The whole bar */
|
/* The whole bar */
|
||||||
#waybar {
|
#waybar {
|
||||||
background: #323232;
|
background: #24273a;
|
||||||
color: white;
|
color: #f0c6c6;
|
||||||
font-family: Cantarell, Noto Sans, sans-serif;
|
font-family: Cantarell, Noto Sans, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue