mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
KDE: Fix lock/logout screen not showing up
Related to https://github.com/EliverLara/Sweet-kde/issues/24
This commit is contained in:
@@ -30,7 +30,7 @@ Item {
|
||||
property alias labelRendering: label.renderType
|
||||
property alias circleOpacity: iconCircle.opacity
|
||||
property alias circleVisiblity: iconCircle.visible
|
||||
property alias border_color: iconCircle.border.color
|
||||
property string border_color
|
||||
property int fontSize: config.fontSize
|
||||
readonly property bool softwareRendering: GraphicsInfo.api === GraphicsInfo.Software
|
||||
signal clicked
|
||||
@@ -57,7 +57,7 @@ Item {
|
||||
height: width
|
||||
radius: width / 2
|
||||
color: "#08080C"
|
||||
border.color: "#c50ed2"
|
||||
border.color: border_color ? border_color : "#c50ed2"
|
||||
border.width: 1
|
||||
opacity: activeFocus || containsMouse ? (softwareRendering ? 0.8 : 0.15) : (softwareRendering ? 0.6 : 0)
|
||||
Behavior on opacity {
|
||||
|
||||
Reference in New Issue
Block a user