mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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
This commit is contained in:
parent
408cd364f8
commit
6fbb2f0dfc
1 changed files with 21 additions and 7 deletions
|
|
@ -4,14 +4,28 @@
|
||||||
# SPDX-FileCopyrightText: 2014 Aaron J. Seigo
|
# SPDX-FileCopyrightText: 2014 Aaron J. Seigo
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
[Wallpaper]
|
[kdeglobals][KDE]
|
||||||
Image=Next
|
widgetStyle=Breeze
|
||||||
|
|
||||||
## kdeglobals
|
|
||||||
|
|
||||||
[kdeglobals][Icons]
|
|
||||||
Theme=breeze
|
|
||||||
|
|
||||||
[kdeglobals][General]
|
[kdeglobals][General]
|
||||||
ColorScheme=BreezeLight
|
ColorScheme=BreezeLight
|
||||||
Name=Breeze
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue