added a systeminfo module to quickshell

This commit is contained in:
Tomas Rivera
2026-03-11 16:58:03 +01:00
parent a8568872bf
commit 587eb6179e
5 changed files with 128 additions and 69 deletions
+3
View File
@@ -51,6 +51,9 @@ QtObject {
readonly property color barColor3: border // Left block bar border original color: "#BE850E"
readonly property color barColor4: background // Right block bar background original color: "#3B253F"
readonly property color barColor5: border // Right block bar border original color: "#BE850E"
readonly property color barColor6: background // left center block bar background
readonly property color barColor7: border // left center block bar border
readonly property color barColor8: text // left center block bar text color
readonly property color powerColor1: black // Battery indicator empty color original color: "black"
readonly property color powerColor2: red // original color: "red"
readonly property color powerColor3: accentYellow // Battery indicator normal color original color: "#EEA939"