diff --git a/bin/omarchy-theme-set-terminal b/bin/omarchy-theme-set-terminal index 63a30f1..8a6bdbd 100755 --- a/bin/omarchy-theme-set-terminal +++ b/bin/omarchy-theme-set-terminal @@ -3,12 +3,5 @@ case "$TERMINAL" in "alacritty") touch ~/.config/alacritty/alacritty.toml ;; "kitty") killall -SIGUSR1 kitty ;; -"ghostty") - # Use a default theme if none exists - if [[ ! -f ~/.config/omarchy/current/theme/ghostty.conf ]]; then - echo "theme = Spacegray" >~/.config/omarchy/current/theme/ghostty.conf - fi - - killall -USRSIG2 ghostty - ;; +"ghostty") killall -SIGUSR2 ghostty ;; esac diff --git a/config/ghostty/config b/config/ghostty/config index 3cef74d..ee46b1d 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -1,5 +1,5 @@ # Dynamic theme colors -config-file = "~/.config/omarchy/current/theme/ghostty.conf" +config-file = ?"~/.config/omarchy/current/theme/ghostty.conf" # Font font-family = "CaskaydiaMono Nerd Font"