https://bugs.kde.org/show_bug.cgi?id=461939

--- Comment #6 from Sadi <sadiyumu...@gmail.com> ---
For anyone who is interested, it seems there are two possible workarounds to
get rid of this inconsistency:
1.  When using dynamic accent color from current wallpaper (plus using
wallpaper slideshow), inconsistency can be prevented by choosing a custom
tinted color scheme with the option "Make window titlebars accent-colored"
unchecked (which stops changing titlebar foreground color between black and
white).
2. A more complex workaround can be implemented by running a script in the
background which detects change of titlebar foreground color between black and
white in file "~/.config/kdeglobals", section "[WM]", line "activeForeground=",
and changes plasma theme as well as icon theme (e.g. by creating a custom icon
theme that only includes alternative panel/status icons) between dark and light
whenever its value changes between "0,0,0" and "255,255,255".  However, such a
script making use of inotifywait command, for example, doesn't work well,
probably because it creates too much of a burden for plasmashell. Therefore, I
had to give up on this, and choose the first workaround at the end.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to