1
0
Fork 0

Some desktop changes

This commit is contained in:
Avery 2024-04-25 12:58:52 +02:00
parent a902396494
commit fb1169ff8c
Signed by: Avery
GPG key ID: B684FD451B692E04
6 changed files with 25 additions and 18 deletions

View file

@ -17,7 +17,7 @@
"ctrl+alt+9" = "goto_tab 9";
};
settings = {
"background_opacity" = "0.75";
"background_opacity" = "0.90";
"dynamic_background_opacity" = true;
"force_ltr" = "yes";
"disable_ligatures" = "never";
@ -29,7 +29,8 @@
"tab_bar_edge" = "bottom";
"tab_bar_style" = "powerline";
"tab_powerline_style" = "round";
"tab_title_template" = "{title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}";
"tab_title_template" =
"{title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}";
"background" = "#1E1E2F";
};
theme = "Catppuccin-Mocha";