light.mode sounds better!

This commit is contained in:
David Heinemeier Hansson
2025-07-17 14:15:55 -07:00
parent bb5f6b00e3
commit 6e229feb43
3 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ ln -nsf "$BACKGROUND_PATH" "$HOME/.config/omarchy/current/backgrounds"
ln -nsf "$THEME_PATH" "$CURRENT_THEME_DIR"
# Change gnome modes
if [[ -f ~/.config/omarchy/current/theme/light.marker ]]; then
if [[ -f ~/.config/omarchy/current/theme/light.mode ]]; then
gsettings set org.gnome.desktop.interface color-scheme "prefer-light"
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita"
else