mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
KDE: Improve logout screen appearance
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -31,8 +31,8 @@ ActionButton {
|
||||
Layout.alignment: Qt.AlignTop
|
||||
iconSize: units.iconSizes.huge
|
||||
circleVisiblity: activeFocus || containsMouse
|
||||
circleOpacity: 0.15 // Selected option's circle is instantly visible
|
||||
opacity: activeFocus || containsMouse ? 1 : 0.5
|
||||
circleOpacity: 0.55 // Selected option's circle is instantly visible
|
||||
opacity: activeFocus || containsMouse ? 1 : 0.7
|
||||
labelRendering: Text.QtRendering // Remove once we've solved Qt bug: https://bugreports.qt.io/browse/QTBUG-70138 (KDE bug: https://bugs.kde.org/show_bug.cgi?id=401644)
|
||||
font.underline: false
|
||||
font.pointSize: theme.defaultFont.pointSize + 1
|
||||
|
||||
Reference in New Issue
Block a user