Bug 400870 - sddm-theme-breeze - remove white border around avatar/make it transparent
Summary: sddm-theme-breeze - remove white border around avatar/make it transparent
Status: RESOLVED INTENTIONAL
Alias: None
Product: Breeze
Classification: Plasma
Component: general (show other bugs)
Version: 5.14.2
Platform: Neon Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-09 13:17 UTC by RaitaroH
Modified: 2019-12-06 09:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RaitaroH 2018-11-09 13:17:30 UTC
SUMMARY
I personally think that the breeze theme for the sddm is really great, except one small thing. The white border around the avatar.

To remove it I use sed but the gist is: `property var colorBorder: transparent` instead of the default.


Here is the command.


> sudo sed -i 's/property\ var\ colorBorder\:\ PlasmaCore.ColorScope.textColor/property\ var\ colorBorder\:\ transparent/g' /usr/share/sddm/themes/breeze/components/UserDelegate.qml /usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/UserDelegate.qml


Operating System: KDE neon 5.14
KDE Plasma Version: 5.14.3
Qt Version: 5.11.2
KDE Frameworks Version: 5.51.0
Comment 1 Filip Fila 2019-12-06 09:25:55 UTC
I understand how it might looks better without it sometimes but we can't remove it because the login screen then becomes inconsistent with the lock and logout screens.

The border also serves the purpose of contrasting the avatar against the background.