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
|
z: 5
|
||||||
implicitWidth: Config.options.background.clock.cookie.dateStyle === "bubble" ? dateSquareSize : 0
|
implicitWidth: Config.options.background.clock.cookie.dateStyle === "bubble" ? dateSquareSize : 0
|
||||||
implicitHeight: 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
|
radius: Appearance.rounding.large
|
||||||
anchors{
|
anchors{
|
||||||
left: cookie.left
|
left: cookie.left
|
||||||
@@ -325,7 +325,7 @@ Item {
|
|||||||
StyledText{
|
StyledText{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: DateTime.date.substring(5,7)
|
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
|
opacity: Config.options.background.clock.cookie.dateStyle === "bubble" ? 1.0 : 0
|
||||||
font {
|
font {
|
||||||
family: Appearance.font.family.reading
|
family: Appearance.font.family.reading
|
||||||
@@ -359,7 +359,7 @@ Item {
|
|||||||
StyledText{
|
StyledText{
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: DateTime.date.substring(8,10)
|
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
|
opacity: Config.options.background.clock.cookie.dateStyle === "bubble" ? 1.0 : 0
|
||||||
font {
|
font {
|
||||||
family: Appearance.font.family.reading
|
family: Appearance.font.family.reading
|
||||||
|
|||||||
Reference in New Issue
Block a user