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, pkgs,
... ...
}: }:
let
cursorName = "catppuccin-macchiato-lavender-cursors";
in
{ {
gtk = { gtk = {
enable = true; enable = true;
cursorTheme = { cursorTheme = {
name = cursorName; name = "Nordzy-cursors";
package = pkgs.catppuccin-cursors.macchiatoLavender; package = pkgs.nordzy-cursor-theme;
}; };
iconTheme = { iconTheme = {

View file

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