We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6383fd commit 9aef0ffCopy full SHA for 9aef0ff
bin/omarchy-theme-set-terminal
@@ -3,12 +3,5 @@
3
case "$TERMINAL" in
4
"alacritty") touch ~/.config/alacritty/alacritty.toml ;;
5
"kitty") killall -SIGUSR1 kitty ;;
6
-"ghostty")
7
- # Use a default theme if none exists
8
- if [[ ! -f ~/.config/omarchy/current/theme/ghostty.conf ]]; then
9
- echo "theme = Spacegray" >~/.config/omarchy/current/theme/ghostty.conf
10
- fi
11
-
12
- killall -USRSIG2 ghostty
13
- ;;
+"ghostty") killall -SIGUSR2 ghostty ;;
14
esac
config/ghostty/config
@@ -1,5 +1,5 @@
1
# Dynamic theme colors
2
-config-file = "~/.config/omarchy/current/theme/ghostty.conf"
+config-file = ?"~/.config/omarchy/current/theme/ghostty.conf"
# Font
font-family = "CaskaydiaMono Nerd Font"
0 commit comments