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
|
|
@ -2,6 +2,7 @@ import QtQuick
|
|||
import Quickshell
|
||||
import Quickshell.Wayland
|
||||
import "." as M
|
||||
import "../services" as S
|
||||
|
||||
// Draws rounded black corners at the edges of each screen.
|
||||
// Disabled when screenRadius is 0.
|
||||
|
|
@ -10,7 +11,7 @@ Item {
|
|||
|
||||
required property var screen
|
||||
|
||||
readonly property int _r: M.Theme.screenRadius
|
||||
readonly property int _r: S.Theme.screenRadius
|
||||
|
||||
component Corner: PanelWindow {
|
||||
id: win
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue