This config option needs to be a string

This commit is contained in:
Cameron Reed 2024-01-25 20:13:02 -07:00
parent a462b12b59
commit 537d9a449e

View File

@ -7,7 +7,7 @@
settings = {
ignore-empty-password = true;
color = "333333";
image = ./wallpapers/lake.jpg;
image = "${./wallpapers/lake.jpg}";
};
};
};