mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Slightly different look for the SidePanel system stats
This commit is contained in:
@@ -55,7 +55,7 @@ NBox {
|
||||
}
|
||||
NCircleStat {
|
||||
value: SystemStats.diskUsage
|
||||
icon: "data_usage"
|
||||
icon: "hard_drive"
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
width: 72 * scaling
|
||||
|
||||
@@ -28,12 +28,12 @@ NBox {
|
||||
NText {
|
||||
text: weatherReady ? Location.weatherSymbolFromCode(Location.data.weather.current_weather.weathercode) : ""
|
||||
font.family: "Material Symbols Outlined"
|
||||
font.pointSize: Style.fontSizeXXL * 1.25 * scaling
|
||||
font.pointSize: Style.fontSizeXXL * 1.5 * scaling
|
||||
color: Colors.accentSecondary
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
spacing: -Style.marginTiny * scaling
|
||||
NText {
|
||||
text: Settings.data.location.name
|
||||
font.weight: Style.fontWeightBold
|
||||
|
||||
Reference in New Issue
Block a user