This commit is contained in:
Hadi
2024-06-14 14:43:21 +02:00
parent 5af6219fff
commit 47701f3f49
3 changed files with 4 additions and 4 deletions

View File

@@ -13,8 +13,8 @@
shell = "${pkgs.tmux}/bin/tmux";
url_style = "curly";
cursor_shape = "Underline";
cursor_underline_thickness = 1;
window_padding_width = config.var.theme.gaps-out;
cursor_underline_thickness = config.var.theme.border-size;
window_padding_width = config.var.theme.gaps-in;
# Font
font_family = config.var.theme.font-mono;