tmp dont toggle primary/secondary color
This commit is contained in:
parent
434a2a6b21
commit
deef81028d
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue