style: ghostty background opacity set to 0

This commit is contained in:
danny 2025-08-29 16:22:35 +08:00
parent 1ef3eb3360
commit 7db16b1462
2 changed files with 3 additions and 6 deletions

View file

@ -2,16 +2,13 @@
pkgs,
...
}:
let
cursorName = "catppuccin-macchiato-lavender-cursors";
in
{
gtk = {
enable = true;
cursorTheme = {
name = cursorName;
package = pkgs.catppuccin-cursors.macchiatoLavender;
name = "Nordzy-cursors";
package = pkgs.nordzy-cursor-theme;
};
iconTheme = {

View file

@ -31,7 +31,7 @@
settings = {
unfocused-split-opacity = 0.85;
desktop-notifications = false;
background-opacity = 0.1;
background-opacity = 0;
background-blur = false;
wait-after-command = false;