From e5f30c9e10b9f362dfbad097df40a5398884202d Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 2 Nov 2025 00:44:32 -0600 Subject: [PATCH] plasma-workspace: update reference to final artwork --- helpers/make-plasma-workspace | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/helpers/make-plasma-workspace b/helpers/make-plasma-workspace index 9e1237b..c69953f 100644 --- a/helpers/make-plasma-workspace +++ b/helpers/make-plasma-workspace @@ -1,5 +1,6 @@ #!/bin/sh # +# Copyright (C) 2025 Luis Guzmán # Copyright (C) 2021-2022 Ruben Rodriguez # # This program is free software; you can redistribute it and/or modify @@ -17,10 +18,14 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 +VERSION=4 . ./config +# Use wallpaper details from the kubuntu-settings package. +TW_RELEASE="Ecne" +TW_FILW_SIZE="3840x2160.jpg" + # Smaller clock size on panel sed -i 's/main.height \* 0.56 : main.height \* 0.71/main.height * 0.4 : main.height * 0.4/' applets/digital-clock/package/contents/ui/DigitalClock.qml @@ -28,7 +33,7 @@ sed -i 's/main.height \* 0.56 : main.height \* 0.71/main.height * 0.4 : main.hei for i in $(find -name theme.conf.cmake) do echo -e "\n> customizing wallpaper at $i file:\n" - sed 's|/Next/contents/images/5120x2880.*|/Aramo/contents/images/5120x2880.jpg|' -i $i + sed "s|/Next/contents/images/5120x2880.*|/${TW_RELEASE}/contents/images/${TW_FILW_SIZE}|" -i $i done changelog "Customized for Trisquel"