<table><tr><td style="">wjohnson added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D19409">View Revision</a></tr></table><br /><div><div><p>If you wish to play with login and lock screen stuff, go to</p>

<p>Main Login</p>

<p>/usr/share/sddm/themes/your-login-theme/main.qml</p>

<p>Lock Screen Login</p>

<p>Helps to know that breeze is the default Plasma lock screen theme. If a lock screen is not part of whatever theme you are using, then Plasma will use the breeze one.</p>

<p>/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml</p>

<p>In both of those files you will find something like this (I have added the corrections):</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">WallpaperFader {

    // visible: false keeps from fading the wallpaper
    visible: false
    
    // Commenting out "anchors.fill: parent" will also do it.
    //anchors.fill: parent

    state: lockScreenRoot.uiVisible ? "on" : "off"
    source: wallpaper
    mainStack: mainStack
    footer: footer
    clock: clock
}</pre></div>

<p>Either one of those corrections will do the trick. I don't like blurred backgrounds on my login screens. They particularly look bad if they are already dark pictures.</p>

<p>Anyway, good luck.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R120 Plasma Workspace</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D19409">https://phabricator.kde.org/D19409</a></div></div><br /><div><strong>To: </strong>rooty, VDG, ngraham, Plasma, davidedmundson, filipf<br /><strong>Cc: </strong>wjohnson, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>