Set background

This commit is contained in:
Till 2025-12-15 14:37:46 +01:00
parent 790b01a533
commit 0c6da49b52
3 changed files with 171 additions and 28 deletions

View file

@ -4,22 +4,26 @@
programs.foot = {
enable = true;
settings = {
main = {
shell = "${pkgs.fish}/bin/fish -c 'tmux attach'";
pad = "17x17";
font = "JetBrains Mono:size=15";
# font = "Adwaita Mono:size=14";
pad = "18x18";
# font = "JetBrains Mono:size=16";
font = "Adwaita Mono:size=16";
initial-window-mode = "maximized";
line-height = "19";
line-height = "20";
};
mouse.hide-when-typing = "yes";
cursor = {
style = "beam";
blink = true;
color = "eeeeee 1c1c1c";
};
csd.size = "0";
colors = {
cursor = "eeeeee 1c1c1c";
alpha = "1.0";
background = "eeeeee";
foreground = "1c1c1c";
@ -40,10 +44,12 @@
regular7 = "ffffff"; # white
bright7 = "bcbcbc"; # bright white
};
key-bindings = {
show-urls-launch = "Control+Shift+g";
show-urls-copy = "Control+Shift+y";
};
};
};
}