kubuntu-settings: Use regular task manager instead of icon-only version; use breeze-dark for plasma widgets

This commit is contained in:
Ruben Rodriguez 2023-01-12 14:12:04 -05:00
parent d54a9514c5
commit d68281b4ad

View file

@ -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