forked from Shinonome/dots-hyprland
Merge branch 'main' of https://github.com/darksignal7/dots-hyprland
This commit is contained in:
@@ -309,7 +309,7 @@ Item {
|
||||
z: 5
|
||||
implicitWidth: Config.options.background.clock.cookie.dateStyle === "bubble" ? dateSquareSize : 0
|
||||
implicitHeight: Config.options.background.clock.cookie.dateStyle === "bubble" ? dateSquareSize : 0
|
||||
color: Appearance.colors.colPrimaryContainerHover
|
||||
color: Appearance.colors.colPrimaryContainer
|
||||
radius: Appearance.rounding.large
|
||||
anchors{
|
||||
left: cookie.left
|
||||
@@ -325,7 +325,7 @@ Item {
|
||||
StyledText{
|
||||
anchors.centerIn: parent
|
||||
text: DateTime.date.substring(5,7)
|
||||
color: Appearance.colors.colPrimary
|
||||
color: Appearance.colors.colOnPrimaryContainer
|
||||
opacity: Config.options.background.clock.cookie.dateStyle === "bubble" ? 1.0 : 0
|
||||
font {
|
||||
family: Appearance.font.family.reading
|
||||
@@ -359,7 +359,7 @@ Item {
|
||||
StyledText{
|
||||
anchors.centerIn: parent
|
||||
text: DateTime.date.substring(8,10)
|
||||
color: Appearance.colors.colTertiary
|
||||
color: Appearance.colors.colOnPrimaryContainer
|
||||
opacity: Config.options.background.clock.cookie.dateStyle === "bubble" ? 1.0 : 0
|
||||
font {
|
||||
family: Appearance.font.family.reading
|
||||
|
||||
Reference in New Issue
Block a user