test
This commit is contained in:
parent
e3ef23c599
commit
d89da71a7f
1 changed files with 8 additions and 8 deletions
|
@ -49,8 +49,8 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/background" = {
|
"org/gnome/desktop/background" = {
|
||||||
picture-uri = ${day-wallpaper};
|
picture-uri = "${day-wallpaper}";
|
||||||
picture-uri-dark = ${night-wallpaper};
|
picture-uri-dark = "${night-wallpaper}";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/calendar" = {
|
"org/gnome/desktop/calendar" = {
|
||||||
|
@ -117,20 +117,20 @@ in {
|
||||||
|
|
||||||
"org/gnome/shell/extensions/nightthemeswitcher/gtk-variants" = {
|
"org/gnome/shell/extensions/nightthemeswitcher/gtk-variants" = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
day = ${day-gtk-theme};
|
day = "${day-gtk-theme};"
|
||||||
night = ${night-gtk-theme};
|
night = "${night-gtk-theme};"
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/nightthemeswitcher/icon-variants" = {
|
"org/gnome/shell/extensions/nightthemeswitcher/icon-variants" = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
day = ${day-icon-theme};
|
day = "${day-icon-theme};"
|
||||||
night = ${night-icon-theme};
|
night = "${night-icon-theme};"
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/nightthemeswitcher/shell-variants" = {
|
"org/gnome/shell/extensions/nightthemeswitcher/shell-variants" = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
day = ${day-shell-theme};
|
day = "${day-shell-theme};"
|
||||||
night = ${night-shell-theme};
|
night = "${night-shell-theme};"
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/nightthemeswitcher/time" = {
|
"org/gnome/shell/extensions/nightthemeswitcher/time" = {
|
||||||
|
|
Loading…
Reference in a new issue