Chris Holland
Chris Holland
As you can tell in my first screenshot, I also noticed a bug in my "counter" overlay when it's in a very tall panel. 
I've refactored most of the config so there's a number of changes. Also Plasma changed the wording of Desktop Theme to Plasma Style so that changed a lot of messages....
In `~/.local/share/plasma/desktoptheme/breeze-alphablack/widgets/tasks.svg` `normal-top` is composed of 2 rectangles with `ColorScheme-Text` at `opacity=0.16` aka white text at `16%`. `minimized-top` is the same. You can open the svg in a text editor...
The default Breeze uses `0.08` for `minimized-*`, and uses `0.15` for `normal-center` and `0.33` for `normal-top`. ```xml ```
https://doc.qt.io/qt-6/qml-qtqml-qt.html#formatDateTime-method Doesn't look like it supports that in the QML `formatDateTime()`. I know the html-clock widget adds a bunch of extra format variables, so you might consider that widget if...