diff --git a/helpers/make-kubuntu-settings b/helpers/make-kubuntu-settings index bab7fed7c210110c0dadf9e69aed04534f5e2662..ab23e9e23f4b50ef4ecd0204e3740e9519b82379 100644 --- a/helpers/make-kubuntu-settings +++ b/helpers/make-kubuntu-settings @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2021-2022 Ruben Rodriguez <ruben@trisquel.info> +# Copyright (C) 2021-2023 Ruben Rodriguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=11 +VERSION=12 . ./config @@ -118,7 +118,7 @@ ColorScheme=Breeze Theme=breeze [plasmarc][Theme] -name=Triskel +name=breeze-dark [Wallpaper] Image=Aramo @@ -201,6 +201,9 @@ sed '1s/triskel/kubuntu/' -i debian/control cp $DATA/start.svgz desktop/theme/desktoptheme/triskel/icons/start.svgz cp $DATA/fullscreenpreview.jpg $DATA/preview.png desktop/theme/look-and-feel/org.triskel.desktop/contents/previews/ +# Use regular task manager instead of icon-only version +sed 's/plasma.icontasks/plasma.taskmanager/' -i desktop/theme/layout-templates/org.triskel.desktop.defaultPanel/contents/layout.js + changelog "Adapted for Triskel" compile