Added Color via matugen
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user