plasma-workspace: update reference to final artwork
This commit is contained in:
parent
0be7513aa5
commit
e5f30c9e10
1 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2025 Luis Guzmán <ark@switnet.org>
|
||||
# Copyright (C) 2021-2022 Ruben Rodriguez <ruben@trisquel.info>
|
||||
#
|
||||
# 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue