Tweak ghostty a bit more, enable transparency
This commit is contained in:
parent
6e9435bc75
commit
a98ad2e085
@ -1,6 +1,6 @@
|
|||||||
# Text style
|
# Text style
|
||||||
adjust-cell-height = 30%
|
adjust-cell-height = 40%
|
||||||
adjust-cell-width = -9%
|
adjust-cell-width = -10%
|
||||||
cursor-style = block
|
cursor-style = block
|
||||||
cursor-style-blink = false
|
cursor-style-blink = false
|
||||||
font-family = Google Sans Code NF
|
font-family = Google Sans Code NF
|
||||||
@ -9,22 +9,24 @@ font-synthetic-style = no-bold, no-bold-italic
|
|||||||
|
|
||||||
# Window style
|
# Window style
|
||||||
background-blur = true
|
background-blur = true
|
||||||
background-opacity = 0.88
|
background-opacity = 0.8
|
||||||
theme = dark:catppuccin-mocha.conf, light:catppuccin-latte.conf
|
theme = dark:catppuccin-mocha.conf, light:catppuccin-latte.conf
|
||||||
window-padding-color = extend
|
window-padding-color = extend
|
||||||
window-padding-x = 5,0
|
window-padding-x = 12,0
|
||||||
window-padding-y = 5,0
|
window-padding-y = 12,0
|
||||||
|
|
||||||
# Functionality
|
# Functionality
|
||||||
scrollback-limit = 100000
|
scrollback-limit = 100000
|
||||||
window-inherit-working-directory = true
|
window-inherit-working-directory = true
|
||||||
copy-on-select = clipboard
|
copy-on-select = clipboard
|
||||||
shell-integration-features = no-cursor
|
shell-integration-features = no-cursor
|
||||||
# Not currently using tmux
|
|
||||||
# command = ~/.config/ghostty/ghostty-tmux
|
|
||||||
|
|
||||||
# macOS-specific settings
|
# macOS-specific settings
|
||||||
alpha-blending = linear
|
alpha-blending = linear
|
||||||
macos-icon = xray
|
macos-icon = xray
|
||||||
macos-titlebar-style = transparent
|
macos-titlebar-style = transparent
|
||||||
keybind = shift+enter=text:\n
|
keybind = shift+enter=text:\n
|
||||||
|
|
||||||
|
# Not currently using tmux
|
||||||
|
# command = ~/.config/ghostty/ghostty-tmux
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
require("catppuccin").setup({
|
require("catppuccin").setup({
|
||||||
flavour = "auto",
|
flavour = "auto",
|
||||||
|
transparent_background = true,
|
||||||
background = {
|
background = {
|
||||||
light = "latte",
|
light = "latte",
|
||||||
dark = "mocha",
|
dark = "mocha",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user