Watch
1
0
Fork
You've already forked dotfiles
0

tmp dont toggle primary/secondary color

This commit is contained in:
Alexander Hess 2026-08-14 14:31:41 +02:00
commit deef81028d
Signed by: alexander
GPG key ID: B46EDB4DFC26805D

View file

@ -19,13 +19,13 @@ LIGHT_COLOR='#DEEDF1'
if [ "$(gsettings get $Interface color-scheme)" = "'prefer-dark'" ]; then
gsettings set $Interface color-scheme 'prefer-light'
gsettings set $Background primary-color "$LIGHT_COLOR"
gsettings set $Background secondary-color "$LIGHT_COLOR"
# gsettings set $Background primary-color "$LIGHT_COLOR"
# gsettings set $Background secondary-color "$LIGHT_COLOR"
else
gsettings set $Interface color-scheme 'prefer-dark'
gsettings set $Background primary-color "$DARK_COLOR"
gsettings set $Background secondary-color "$DARK_COLOR"
# gsettings set $Background primary-color "$DARK_COLOR"
# gsettings set $Background secondary-color "$DARK_COLOR"
fi