From 7a7d44e839447e11954210bb10de34822e887704 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 3 Jan 2025 00:19:59 -0600 Subject: system changes --- macos.local/.flake/home/programs/ghostty.nix.org | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/macos.local/.flake/home/programs/ghostty.nix.org b/macos.local/.flake/home/programs/ghostty.nix.org index 3646d2e..6688256 100644 --- a/macos.local/.flake/home/programs/ghostty.nix.org +++ b/macos.local/.flake/home/programs/ghostty.nix.org @@ -6,18 +6,21 @@ This terminal emulator seems over-hyped, but I'm trying it anyways. { home.file."./.config/ghostty/config".text = '' + auto-update = "off" + background-blur-radius = 20 + background-opacity = 0.8 font-family = "SauceCodePro Nerd Font" font-thicken = true - theme = "Unikitty" - window-decoration = true - macos-option-as-alt = true - quit-after-last-window-closed = true - macos-window-shadow = false macos-icon = "custom-style" macos-icon-frame = "beige" - macos-icon-screen-color = "#ff8cd9" macos-icon-ghost-color = "#0B0B0B" - auto-update = "off" + macos-icon-screen-color = "#ff8cd9" + macos-option-as-alt = true + macos-window-shadow = false + mouse-hide-while-typing = true + quit-after-last-window-closed = true + theme = "Unikitty" + window-decoration = true ''; } #+end_src -- cgit v1.2.3