mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
ghostty css for tab height
This commit is contained in:
parent
3432c2170e
commit
e61bd1c76a
1 changed files with 35 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue