Added Color via matugen

This commit is contained in:
Hannes
2026-02-16 23:44:27 +01:00
parent b0c1bc7973
commit 77187b94d3
9 changed files with 42 additions and 27 deletions
+4 -3
View File
@@ -1,13 +1,14 @@
import QtQuick
import Quickshell
import Quickshell.Hyprland
import "../../../colors"
Rectangle { //workspace
width: timeDisplay.width + 16
height: timeDisplay.height + 16
radius: 4
color: "#333333"
border.color: "#555555"
color: Colors.tertiaryContainer
border.color: Colors.tertiaryContainer_fg
border.width: 2
Text {
@@ -16,7 +17,7 @@ Rectangle { //workspace
property string currentTime: ""
text: currentTime
color: "#ffffff"
color: Colors.tertiary
font.pixelSize: 18
font.family: "Inter, sans-serif"