generated from wm-packages/pika-hyprland-settings
Update changelog for v1.0.0-101pika10; switch to open source font and enhance widget font weight for consistency across the app
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 39s
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 39s
This commit is contained in:
parent
320851a086
commit
6a8329a2b7
2
.github/release-nest-v3
vendored
2
.github/release-nest-v3
vendored
@ -1 +1 @@
|
||||
2
|
||||
1
|
@ -1,3 +1,9 @@
|
||||
pikabar (1.0.0-101pika10) pika; urgency=medium
|
||||
|
||||
* Switch to an open source font
|
||||
|
||||
-- ferrreo <harderthanfire@gmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
pikabar (1.0.0-101pika9) pika; urgency=medium
|
||||
|
||||
* Fit laptops better when scaled
|
||||
|
@ -5,8 +5,9 @@ QtObject {
|
||||
property string tooltipBackground: "#141418"
|
||||
property string tooltipTextColor: "white"
|
||||
property string textColor: "white"
|
||||
property string fontFamily: "Torus"
|
||||
property string fontFamily: "Comfortaa"
|
||||
property string iconFontFamily: "Material Symbols Rounded"
|
||||
property int fontWeight: 500
|
||||
property int tooltipFontSize: 14
|
||||
property int textFontSize: 16
|
||||
property int smallTextFontSize: 12
|
||||
|
@ -37,6 +37,7 @@ Row {
|
||||
color: Globals.commonStyles.textColor
|
||||
font.pointSize: Globals.commonStyles.smallTextFontSize
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
elide: Text.ElideRight
|
||||
width: Math.min(implicitWidth, 200)
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
|
@ -46,8 +46,9 @@ BarTooltip {
|
||||
text: calendar.title
|
||||
color: Globals.commonStyles.textColor
|
||||
opacity: 0.7
|
||||
font.pixelSize: 14
|
||||
font.pixelSize: Globals.commonStyles.tooltipFontSize
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
}
|
||||
|
||||
IconButton {
|
||||
@ -71,6 +72,7 @@ BarTooltip {
|
||||
opacity: 0.8
|
||||
font.pixelSize: Globals.commonStyles.smallTextFontSize
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
width: 32
|
||||
}
|
||||
@ -104,7 +106,7 @@ BarTooltip {
|
||||
opacity: model.month === calendar.month ? (mouseArea2.containsMouse ? 1.0 : 0.7) : 0.3
|
||||
font.pixelSize: Globals.commonStyles.smallTextFontSize
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: model.today ? Font.Medium : Font.Normal
|
||||
font.weight: model.today ? Font.Bold : Globals.commonStyles.fontWeight
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
@ -43,6 +43,7 @@ BarWidget {
|
||||
}
|
||||
font.pixelSize: Globals.commonStyles.textFontSize
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
color: Globals.commonStyles.textColor
|
||||
opacity: 1
|
||||
}
|
||||
@ -77,6 +78,7 @@ BarWidget {
|
||||
}
|
||||
font.pixelSize: Globals.commonStyles.smallTextFontSize
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
color: Globals.commonStyles.textColor
|
||||
opacity: 1
|
||||
}
|
||||
|
@ -175,6 +175,7 @@ BarWidget {
|
||||
color: Globals.commonStyles.textColor
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.pixelSize: Globals.commonStyles.textFontSize
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
}
|
||||
|
||||
Text {
|
||||
@ -188,6 +189,7 @@ BarWidget {
|
||||
color: Globals.commonStyles.textColor
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.pixelSize: Globals.commonStyles.smallTextFontSize
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -46,6 +46,7 @@ Loader {
|
||||
|
||||
Text {
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
font.pixelSize: Globals.commonStyles.textFontSize
|
||||
color: Globals.commonStyles.textColor
|
||||
text: `${Math.floor(UPower.displayDevice.percentage * 100)}%`
|
||||
@ -91,6 +92,7 @@ Loader {
|
||||
color: Globals.commonStyles.textColor
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.pixelSize: Globals.commonStyles.tooltipFontSize
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
}
|
||||
}
|
||||
|
@ -74,6 +74,8 @@ BarWidget {
|
||||
font.pixelSize: Globals.commonStyles.textFontSize
|
||||
color: Globals.commonStyles.textColor
|
||||
text: root.cpuUsage
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -85,6 +87,7 @@ BarWidget {
|
||||
text: "CPU Usage\n" + root.cpuUsage
|
||||
color: Globals.commonStyles.tooltipTextColor
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
font.pixelSize: Globals.commonStyles.tooltipFontSize
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
}
|
||||
@ -120,6 +123,7 @@ BarWidget {
|
||||
color: Globals.commonStyles.textColor
|
||||
text: root.cpuTemp
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -131,7 +135,7 @@ BarWidget {
|
||||
text: "CPU Temperature\n" + root.cpuTemp
|
||||
color: Globals.commonStyles.tooltipTextColor
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: Font.Medium
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
font.pixelSize: Globals.commonStyles.tooltipFontSize
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
}
|
||||
@ -166,6 +170,8 @@ BarWidget {
|
||||
font.pixelSize: Globals.commonStyles.textFontSize
|
||||
color: Globals.commonStyles.textColor
|
||||
text: root.memoryUsage
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -177,7 +183,7 @@ BarWidget {
|
||||
text: "Memory Usage\n" + root.memoryUsage
|
||||
color: Globals.commonStyles.tooltipTextColor
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.weight: Font.Medium
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
font.pixelSize: Globals.commonStyles.tooltipFontSize
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
}
|
||||
|
@ -70,6 +70,7 @@ BarWidget {
|
||||
Label {
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.pixelSize: Globals.commonStyles.tooltipFontSize
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
color: Globals.commonStyles.textColor
|
||||
text: delegate.item ? (delegate.item.tooltipTitle || delegate.item.id || "") : ""
|
||||
}
|
||||
|
@ -120,6 +120,7 @@ BarWidget {
|
||||
Text {
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.pixelSize: Globals.commonStyles.tooltipFontSize
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
color: Globals.commonStyles.tooltipTextColor
|
||||
text: weatherDescription
|
||||
}
|
||||
@ -147,6 +148,7 @@ BarWidget {
|
||||
font.family: Globals.commonStyles.fontFamily
|
||||
font.pixelSize: Globals.commonStyles.textFontSize
|
||||
color: Globals.commonStyles.textColor
|
||||
font.weight: Globals.commonStyles.fontWeight
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user