ghostty css for tab height

This commit is contained in:
death916 2026-02-25 03:16:45 -08:00
parent 3432c2170e
commit e61bd1c76a

View file

@ -118,9 +118,43 @@ in
window-save-state = "always";
initial-command = "fish";
};
extraConfig = ''
css = ~/.config/ghostty/style.css
'';
};
home.file.".config/ghostty/style.css".text = ''
headerbar {
min-height: 24px;
padding: 0;
margin: 0;
}
tabbar tabbox {
margin: 0;
padding: 0;
min-height: 10px;
background-color: #1a1a1a;
font-family: monospace;
}
tabbar tabbox tab {
margin: 0;
padding: 0;
color: #9ca3af;
border-right: 1px solid #374151;
}
tabbar tabbox tab:selected {
background-color: #2d2d2d;
color: #ffffff;
}
tabbar tabbox tab label {
font-size: 13px;
}
'';
services.udiskie = {
enable = true;
settings = {