Add date and time parsing and add colors from matugen to all current elements of top bar
This commit is contained in:
@@ -72,33 +72,29 @@ Item {
|
||||
RowLayout {
|
||||
spacing: 10
|
||||
|
||||
LineSeparator {}
|
||||
|
||||
BarText {
|
||||
prefix: "C"
|
||||
value: cpuUsage
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
width: 1
|
||||
height: 16
|
||||
color: Colors.md3.on_background
|
||||
}
|
||||
LineSeparator {}
|
||||
|
||||
BarText {
|
||||
prefix: "M"
|
||||
value: memUsage
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
width: 1
|
||||
height: 16
|
||||
color: Colors.md3.on_background
|
||||
}
|
||||
LineSeparator {}
|
||||
|
||||
BarText {
|
||||
prefix: "G"
|
||||
value: gpuUsage
|
||||
}
|
||||
|
||||
LineSeparator {}
|
||||
|
||||
Clock {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user