KDE: Improve logout screen appearance

This commit is contained in:
EliverLara
2020-10-09 15:12:54 -05:00
parent dfea44c86a
commit e44f297483
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ Item {
width: iconSize + units.smallSpacing
height: width
radius: width / 2
color: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : PlasmaCore.ColorScope.textColor
color: "#08080C"
opacity: activeFocus || containsMouse ? (softwareRendering ? 0.8 : 0.15) : (softwareRendering ? 0.6 : 0)
Behavior on opacity {
PropertyAnimation { // OpacityAnimator makes it turn black at random intervals