mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Compare commits
2 Commits
create-ver
...
v3.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf41ecaaa5 | ||
|
|
9aef0ffab6 |
@@ -3,12 +3,5 @@
|
|||||||
case "$TERMINAL" in
|
case "$TERMINAL" in
|
||||||
"alacritty") touch ~/.config/alacritty/alacritty.toml ;;
|
"alacritty") touch ~/.config/alacritty/alacritty.toml ;;
|
||||||
"kitty") killall -SIGUSR1 kitty ;;
|
"kitty") killall -SIGUSR1 kitty ;;
|
||||||
"ghostty")
|
"ghostty") killall -SIGUSR2 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
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cat $OMARCHY_PATH/version
|
|
||||||
|
git -C "$OMARCHY_PATH" describe --tags $(git -C "$OMARCHY_PATH" rev-list --tags --max-count=1)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Dynamic theme colors
|
# Dynamic theme colors
|
||||||
config-file = "~/.config/omarchy/current/theme/ghostty.conf"
|
config-file = ?"~/.config/omarchy/current/theme/ghostty.conf"
|
||||||
|
|
||||||
# Font
|
# Font
|
||||||
font-family = "CaskaydiaMono Nerd Font"
|
font-family = "CaskaydiaMono Nerd Font"
|
||||||
|
|||||||
Reference in New Issue
Block a user