Tweak ghostty a bit more, enable transparency

This commit is contained in:
Ben Kreeger 2025-09-26 11:37:03 -05:00
parent 6e9435bc75
commit a98ad2e085
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50
2 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Text style
adjust-cell-height = 30%
adjust-cell-width = -9%
adjust-cell-height = 40%
adjust-cell-width = -10%
cursor-style = block
cursor-style-blink = false
font-family = Google Sans Code NF
@ -9,22 +9,24 @@ font-synthetic-style = no-bold, no-bold-italic
# Window style
background-blur = true
background-opacity = 0.88
background-opacity = 0.8
theme = dark:catppuccin-mocha.conf, light:catppuccin-latte.conf
window-padding-color = extend
window-padding-x = 5,0
window-padding-y = 5,0
window-padding-x = 12,0
window-padding-y = 12,0
# Functionality
scrollback-limit = 100000
window-inherit-working-directory = true
copy-on-select = clipboard
shell-integration-features = no-cursor
# Not currently using tmux
# command = ~/.config/ghostty/ghostty-tmux
# macOS-specific settings
alpha-blending = linear
macos-icon = xray
macos-titlebar-style = transparent
keybind = shift+enter=text:\n
# Not currently using tmux
# command = ~/.config/ghostty/ghostty-tmux

View File

@ -5,6 +5,7 @@ return {
config = function()
require("catppuccin").setup({
flavour = "auto",
transparent_background = true,
background = {
light = "latte",
dark = "mocha",