Summary: | sddm-theme-breeze - remove white border around avatar/make it transparent | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | RaitaroH <RaitaroHikami> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | filipfila.kde |
Priority: | NOR | ||
Version First Reported In: | 5.14.2 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
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. |
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