style: ghostty background opacity set to 0
This commit is contained in:
parent
1ef3eb3360
commit
7db16b1462
2 changed files with 3 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue