mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
light.mode sounds better!
This commit is contained in:
@ -31,7 +31,7 @@ ln -nsf "$BACKGROUND_PATH" "$HOME/.config/omarchy/current/backgrounds"
|
|||||||
ln -nsf "$THEME_PATH" "$CURRENT_THEME_DIR"
|
ln -nsf "$THEME_PATH" "$CURRENT_THEME_DIR"
|
||||||
|
|
||||||
# Change gnome modes
|
# 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 color-scheme "prefer-light"
|
||||||
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita"
|
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita"
|
||||||
else
|
else
|
||||||
|
1
themes/rose-pine/light.mode
Normal file
1
themes/rose-pine/light.mode
Normal file
@ -0,0 +1 @@
|
|||||||
|
# This will set "prefer-light" and use "Adwaita" as the theme
|
Reference in New Issue
Block a user