From d68281b4ad0b3213017303e9b1fac24f10992c69 Mon Sep 17 00:00:00 2001
From: Ruben Rodriguez <ruben@trisquel.info>
Date: Thu, 12 Jan 2023 14:12:04 -0500
Subject: [PATCH] kubuntu-settings: Use regular task manager instead of
 icon-only version; use breeze-dark for plasma widgets

---
 helpers/make-kubuntu-settings | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/helpers/make-kubuntu-settings b/helpers/make-kubuntu-settings
index bab7fed7c..ab23e9e23 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
-- 
GitLab