This commit is contained in:
Hadi
2024-06-28 16:32:52 +02:00
parent 921c359693
commit 06f5e03e66
6 changed files with 13 additions and 5 deletions

View File

@@ -207,6 +207,8 @@ in {
"dark"; # Enable dark mode for websites that support it
};
statusbar.show = "in-mode";
fonts = { default_family = "${config.var.theme.font}"; };
completion = {
@@ -330,6 +332,7 @@ in {
config.unbind("gt")
c.tabs.padding = {"bottom": 6, "left": 7, "right": 7, "top": 6}
c.statusbar.padding = {"bottom": 6, "left": 7, "right": 7, "top": 6}
config.load_autoconfig(True)
'';