plasma-workspace: fix patch with new wallpaper path
This commit is contained in:
parent
ea1131fc39
commit
a1d21260c3
@ -2,12 +2,13 @@ diff --git a/sddm-theme/theme.conf.cmake b/sddm-theme/theme.conf.cmake
|
|||||||
index 69d3070..52e9102 100644
|
index 69d3070..52e9102 100644
|
||||||
--- a/sddm-theme/theme.conf.cmake
|
--- a/sddm-theme/theme.conf.cmake
|
||||||
+++ b/sddm-theme/theme.conf.cmake
|
+++ b/sddm-theme/theme.conf.cmake
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,5 +1,5 @@
|
||||||
[General]
|
[General]
|
||||||
type=image
|
type=image
|
||||||
color=#1d99f3
|
color=#1d99f3
|
||||||
-background=${CMAKE_INSTALL_PREFIX}/${WALLPAPER_INSTALL_DIR}/Next/contents/images/3200x2000.png
|
fontSize=10
|
||||||
+background=${NIXPKGS_WALLPAPER_INSTALL_DIR}/Next/contents/images/3200x2000.png
|
-background=${CMAKE_INSTALL_PREFIX}/${WALLPAPER_INSTALL_DIR}/Next/contents/images/5120x2880.png
|
||||||
|
+background=${NIXPKGS_WALLPAPER_INSTALL_DIR}/Next/contents/images/5120x2880.png
|
||||||
diff --git a/startkde/CMakeLists.txt b/startkde/CMakeLists.txt
|
diff --git a/startkde/CMakeLists.txt b/startkde/CMakeLists.txt
|
||||||
index 6a1a212..f03fd34 100644
|
index 6a1a212..f03fd34 100644
|
||||||
--- a/startkde/CMakeLists.txt
|
--- a/startkde/CMakeLists.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user