feat: hyprland is back

This commit is contained in:
Kat Inskip 2025-12-17 06:54:37 -08:00
parent 673315ac65
commit e7e33f90b1
52 changed files with 1695 additions and 1695 deletions

View file

@ -17,9 +17,9 @@
package = pkgs.morewaita-icon-theme;
};
opacity = {
desktop = 1.0;
desktop = 0.9;
applications = 1.0;
terminal = 0.9;
terminal = 0.8;
popups = 0.8;
};
polarity = "dark";
@ -38,6 +38,6 @@
};
};
autoEnable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
};
}