From 6fbb2f0dfcae3ca9045a8cbce14709851608eb41 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sat, 9 Mar 2024 16:25:57 -0500 Subject: [PATCH] lookandfeel: Sync with breeze, fix default cursor theme BUG: 482863 Not having a cursor theme set seems to cause the cursor to not show up at all --- lookandfeel/contents/defaults | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/lookandfeel/contents/defaults b/lookandfeel/contents/defaults index 22ed036d..cd7e2bcf 100644 --- a/lookandfeel/contents/defaults +++ b/lookandfeel/contents/defaults @@ -4,14 +4,28 @@ # SPDX-FileCopyrightText: 2014 Aaron J. Seigo # SPDX-License-Identifier: GPL-2.0-or-later -[Wallpaper] -Image=Next - -## kdeglobals - -[kdeglobals][Icons] -Theme=breeze +[kdeglobals][KDE] +widgetStyle=Breeze [kdeglobals][General] ColorScheme=BreezeLight Name=Breeze + +[kdeglobals][Icons] +Theme=breeze + +[plasmarc][Theme] +name=default + +[Wallpaper] +Image=Next + +# Set default cursor theme +[kcminputrc][Mouse] +cursorTheme=breeze_cursors + +[kwinrc][org.kde.kdecoration2] +library=org.kde.breeze + +[KSplash] +Theme=org.kde.Breeze