From b9734166ce481a664eec6aaaab559a3d7021abf8 Mon Sep 17 00:00:00 2001 From: Filip Fila Date: Wed, 5 Jun 2019 22:32:32 +0200 Subject: [PATCH] [SDDM theme] Use the biggest wallpaper resolution Summary: Starting from Plasma 5.16 we have the Next wallpaper is available in 5K resolution so we can make use of it in the login screen as well. Reviewers: #vdg, #plasma, ngraham Reviewed By: #vdg, ngraham Subscribers: davidedmundson, ngraham, plasma-devel Tags: #plasma Maniphest Tasks: T10269 Differential Revision: https://phabricator.kde.org/D18007 --- sddm-theme/theme.conf.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sddm-theme/theme.conf.cmake b/sddm-theme/theme.conf.cmake index d21cd81c8..ea9a943a9 100644 --- a/sddm-theme/theme.conf.cmake +++ b/sddm-theme/theme.conf.cmake @@ -2,4 +2,4 @@ type=image color=#1d99f3 fontSize=10 -background=${CMAKE_INSTALL_PREFIX}/${WALLPAPER_INSTALL_DIR}/Next/contents/images/3200x2000.png +background=${CMAKE_INSTALL_PREFIX}/${WALLPAPER_INSTALL_DIR}/Next/contents/images/5120x2880.png