Chris Holland

Results 465 comments of 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. ![2017-12-13___16-25-08](https://user-images.githubusercontent.com/416367/34075404-ed9d2dc4-e293-11e7-8510-00e24f76d5a5.png)

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...