diff options
| author | jStmaX! <87650746+jstmaxlol@users.noreply.github.com> | 2025-09-19 16:30:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-19 16:30:41 +0200 |
| commit | 836dc69deefd83a61cb186f877c66f47b7f58ee3 (patch) | |
| tree | d71c4614c4805c1e1102b1c0f65fdb0e1cc38185 /cfg | |
| parent | 7877393c9465a4f6b62ab504b3ee15d72749092b (diff) | |
# update ghostty cfg
Diffstat (limited to 'cfg')
| -rw-r--r-- | cfg/ghostty_config | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cfg/ghostty_config b/cfg/ghostty_config index 8ff14d7..03c2418 100644 --- a/cfg/ghostty_config +++ b/cfg/ghostty_config @@ -4,9 +4,10 @@ ## @mansoorbarri, 00-kat & ghostty's documentation # -background-opacity = 0.7 -background-blur = true # doesn't work on wayland, at least for me ig -theme = Pnevma +background-opacity = 0.8 +background-blur = false +theme = Zenwritten Dark +# other cool themes [Fahrenheit, ] cursor-style = block cursor-style-blink = false cursor-invert-fg-bg = true @@ -17,3 +18,5 @@ window-height = 23 window-width = 80 window-save-state = never window-theme = dark +font-family = mononoki +command = /usr/bin/fish --login --interactive |