fix(theme): clearer naming and making secondary optional

This commit is contained in:
2025-08-31 14:58:20 +02:00
parent d23eca184a
commit 3ca2291784
4 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
theme = {
background = {
lockscreen = "wallpaper_2";
desktop = "wallpaper_1";
primary = "wallpaper_1";
};
};
};

View File

@@ -36,8 +36,8 @@
theme = {
background = {
lockscreen = "wallpaper_4";
desktop = "wallpaper_1";
vertical = "wallpaper_5";
primary = "wallpaper_1";
secondary = "wallpaper_5";
};
};
};

View File

@@ -23,7 +23,7 @@
theme = {
background = {
lockscreen = "wallpaper_2";
desktop = "wallpaper_1";
primary = "wallpaper_1";
};
};
};