added two new themes, reworked Crypto.qml and Stats.qml, standardized the buttons for the modules, added a new Sidebar widget which contains new 3 modules
This commit is contained in:
@@ -36,6 +36,21 @@ QtObject {
|
||||
readonly property color logoIcon: textMain
|
||||
readonly property color logoIconActive: accent
|
||||
|
||||
|
||||
// ── Mpris Module ──────────────────────────────────────────────────────────
|
||||
readonly property color mprisAccent: accent
|
||||
readonly property color mprisTextMain: textMain
|
||||
readonly property color mprisTextDim: textDim
|
||||
readonly property color mprisTrackColor: statsTrackColor
|
||||
readonly property color mprisButtonText: bgPopup
|
||||
readonly property color mprisAlbumBg: Qt.alpha(accent, 0.08)
|
||||
readonly property color mprisAlbumBorder: Qt.alpha(accent, 0.15)
|
||||
readonly property color mprisBtnBg: Qt.alpha(accent, 0.10)
|
||||
readonly property color mprisBtnBgHover: Qt.alpha(accent, 0.22)
|
||||
readonly property color mprisBtnBorder: Qt.alpha(accent, 0.20)
|
||||
readonly property color mprisBtnBorderHover: Qt.alpha(accent, 0.45)
|
||||
readonly property color mprisBtnIcon: accent
|
||||
readonly property color mprisBtnIconHover: Qt.lighter(accent, 1.3)
|
||||
// ── Stats Module (Aurora Tones) ───────────────────────────────────────────
|
||||
readonly property color statsBg: bgPanel
|
||||
readonly property color statsBorder: border
|
||||
@@ -43,7 +58,20 @@ QtObject {
|
||||
readonly property color statsMemColor: "#4db6ac" // Teal
|
||||
readonly property color statsDiskColor: "#81d4fa" // Sky blue
|
||||
readonly property color statsTrackColor: "#15ffffff"
|
||||
readonly property color statsCpuTempColor: "#fff38ba8" // Warm rose red
|
||||
readonly property color statsGpuColor: "#ff7986cb" // Soft indigo
|
||||
|
||||
|
||||
// ── SysInfo Module ────────────────────────────────────────────────────────
|
||||
readonly property color sysInfoAccent: accent
|
||||
readonly property color sysInfoTextMain: textMain
|
||||
readonly property color sysInfoTextDim: textDim
|
||||
readonly property color sysInfoCpuColor: statsCpuColor
|
||||
readonly property color sysInfoMemColor: statsMemColor
|
||||
readonly property color sysInfoDiskColor: statsDiskColor
|
||||
readonly property color sysInfoCpuTempColor: statsCpuColor
|
||||
readonly property color sysInfoGpuColor: statsGpuColor
|
||||
readonly property color sysInfoTrackColor: statsTrackColor
|
||||
// ── Volume Module (Glass Water) ───────────────────────────────────────────
|
||||
readonly property color volBg: bgPanel
|
||||
readonly property color volBgHover: "#2281c7c7"
|
||||
@@ -133,6 +161,15 @@ QtObject {
|
||||
readonly property color clockPopupText: textMain
|
||||
readonly property color clockPopupDim: textDim
|
||||
|
||||
|
||||
// ── Weather Module ──────────────────────────────────────────────────────
|
||||
readonly property color weatherAccent: accent
|
||||
readonly property color weatherTextMain: textMain
|
||||
readonly property color weatherTextDim: textDim
|
||||
readonly property color weatherTempColor: "#fff38ba8"
|
||||
readonly property color weatherFeelsColor: "#ffcba6f7"
|
||||
readonly property color weatherHumidColor: "#ff89b4fa"
|
||||
readonly property color weatherWindColor: "#ff94e2d5"
|
||||
// ── Workspace Module ───────────────────────────────────────────────────────
|
||||
readonly property color wsPanelBg: bgPanel
|
||||
readonly property color wsPanelBorder: "transparent"
|
||||
|
||||
Reference in New Issue
Block a user