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,
|
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 = {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue