From e61bd1c76a98f200c6c31807b4580e19294ef235 Mon Sep 17 00:00:00 2001 From: death916 Date: Wed, 25 Feb 2026 03:16:45 -0800 Subject: [PATCH] ghostty css for tab height --- home-manager/home.nix | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index e76f621..8d479b7 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -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 = {