Fix kitty white mode switch

This commit is contained in:
2023-03-08 02:00:44 +09:00
parent c4ffc9c81b
commit fb4a63a08e
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -63,6 +63,7 @@ in {
tab_bar_min_tabs = 3;
tab_bar_style = "separator";
tab_bar_edge = "top";
dynamic_background_opacity = true;
};
extraConfig = ''
-1
View File
@@ -66,7 +66,6 @@
programs.kitty.settings = {
background_opacity = "0.7";
dynamic_background_opacity = true;
};
};
};