Bug 408955 - Notification count icons look pretty bad
Summary: Notification count icons look pretty bad
Status: RESOLVED FIXED
Alias: None
Product: lattedock
Classification: Unmaintained
Component: application (other bugs)
Version First Reported In: git (master)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-20 15:25 UTC by tromzy
Modified: 2019-06-21 10:22 UTC (History)
0 users

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


Attachments
Notification counter is red and pixellated (13.58 KB, image/png)
2019-06-20 15:25 UTC, tromzy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tromzy 2019-06-20 15:25:11 UTC
Created attachment 121034 [details]
Notification counter is red and pixellated

SUMMARY
In Latte-git, the notification bubbles that show the number of unread messages in Kmail / Akregator etc., look pretty bad (see screenshot). I think that they used to look way better in older versions of Latte-dock.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Michail Vourlakos 2019-06-21 09:49:50 UTC
Git commit df9394ddd65c6cb17faf2d37192ad76ffad33d33 by Michail Vourlakos.
Committed on 21/06/2019 at 09:47.
Pushed by mvourlakos into branch 'master'.

option for prominent color of Notification Badges

--The user from Tasks,Badges can choose a more prominent
color for notification badges (usually reddish). In case
the user has not enabled that option(default) then the plasma
theme highlight color is used which is also the default
option of Latte v0.8

M  +3    -0    containment/package/contents/config/main.xml
M  +1    -0    containment/package/contents/ui/main.qml
M  +1    -0    plasmoid/package/contents/ui/main.qml
M  +8    -2    plasmoid/package/contents/ui/task/ProgressOverlay.qml
M  +0    -6    shell/package/contents/configuration/pages/AppearanceConfig.qml
M  +0    -5    shell/package/contents/configuration/pages/BehaviorConfig.qml
M  +12   -6    shell/package/contents/configuration/pages/TasksConfig.qml

https://commits.kde.org/latte-dock/df9394ddd65c6cb17faf2d37192ad76ffad33d33
Comment 2 Michail Vourlakos 2019-06-21 09:51:52 UTC
(In reply to tromzy from comment #0)
> 

I added an option for Notification Badges Color. Default behavior is the previous one and the user can choose a more prominent if wants to (reddish usually from plasma current theme through Tasks,Badges

For the pixelated text a removed a commit found in Plasma that was trying to center the text properly I dont know if that helped but except that I dont think I can do any better, you can try it and report back your findings
Comment 3 tromzy 2019-06-21 10:22:24 UTC
It looks better in blue ! Thanks for the reactivity !