Add date and time parsing and add colors from matugen to all current elements of top bar

This commit is contained in:
Sem
2026-04-03 21:29:47 +02:00
parent 506aeeff43
commit 3f27d6618a
3 changed files with 17 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
import QtQuick
import "../constants"
// vertical line separator for top bar
Rectangle {
width: 1
height: 16
color: Colors.md3.on_background
}