KDE: Improve logout screen appearance

This commit is contained in:
EliverLara
2020-10-14 13:44:20 -05:00
parent 8e5d701ca5
commit 085837f36c
4 changed files with 348 additions and 1 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: "#090A0B"
opacity: activeFocus || containsMouse ? (softwareRendering ? 0.8 : 0.15) : (softwareRendering ? 0.6 : 0)
Behavior on opacity {
PropertyAnimation { // OpacityAnimator makes it turn black at random intervals