move Theme, SystemStats, Modules to shell/services/
This commit is contained in:
parent
197f6976e0
commit
989182d603
59 changed files with 432 additions and 388 deletions
|
|
@ -1,12 +1,13 @@
|
|||
import QtQuick
|
||||
import "." as M
|
||||
import "../services" as S
|
||||
|
||||
Rectangle {
|
||||
property color accentColor: M.Theme.base05
|
||||
property color accentColor: S.Theme.base05
|
||||
|
||||
color: M.Theme.base01
|
||||
opacity: Math.max(M.Theme.barOpacity, 0.85)
|
||||
radius: M.Theme.radius
|
||||
color: S.Theme.base01
|
||||
opacity: Math.max(S.Theme.barOpacity, 0.85)
|
||||
radius: S.Theme.radius
|
||||
border.color: accentColor
|
||||
border.width: 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue