lakoliu / Furtherance

Track your time without being tracked
GNU General Public License v3.0
243 stars 24 forks source link

Update Coloration to Match Libadwaita 1.4/GNOME 45 #128

Closed LSeelig closed 5 months ago

LSeelig commented 5 months ago

GNOME 45 introduced an update to Libadwaita that, notably, changed headerbar color from grey to white in light mode. Furtherance should be updated for consistency with other GNOME apps.

lakoliu commented 5 months ago

Cool, thank you for letting me know! I will get on updating Furtherance to the latest GTK/Libadwaita very soon.

lakoliu commented 5 months ago

I just updated GTK and Libadwaita to the latest versions (444fd78), but in my tests the header bar was already the new white for Furtherance and the update did not cause a change. It could just be my system, but either way this update will be in the next release.

gabrbrand commented 5 months ago

You probably need to update "features" to "v1_4" (GNOME 45).

lakoliu commented 4 months ago

I tried that and there was no difference. Even before I upgraded to the latest GTK and libadwaita, Furtherance has the new white header bar, unless I'm missing something. Here is a screenshot. Are you seeing something different?

Furtherance-white-headerbar

gabrbrand commented 4 months ago

I tried, but no difference on my side as well.

GNOME Software (v45.3) looks the same, so this works as intended. image

gabrbrand commented 4 months ago

The older runtime-version (v44) on Flathub is causing the issue. (The runtime-version in this repo was already updated to v45 -> Headerbar was already white) See https://github.com/flathub/com.lakoliu.Furtherance/issues/9 New widgets: https://github.com/lakoliu/Furtherance/pull/129