diff --git a/shell/ReloadPopup.qml b/ReloadPopup.qml similarity index 100% rename from shell/ReloadPopup.qml rename to ReloadPopup.qml diff --git a/shell/assets/triangle-alert.svg b/assets/triangle-alert.svg similarity index 100% rename from shell/assets/triangle-alert.svg rename to assets/triangle-alert.svg diff --git a/shell/assets/triangle-dashed.svg b/assets/triangle-dashed.svg similarity index 100% rename from shell/assets/triangle-dashed.svg rename to assets/triangle-dashed.svg diff --git a/shell/assets/triangle.svg b/assets/triangle.svg similarity index 100% rename from shell/assets/triangle.svg rename to assets/triangle.svg diff --git a/shell/config/Paths.qml b/config/Paths.qml similarity index 100% rename from shell/config/Paths.qml rename to config/Paths.qml diff --git a/shell/config/Theme.qml b/config/Theme.qml similarity index 100% rename from shell/config/Theme.qml rename to config/Theme.qml diff --git a/shell/modules/background/Background.qml b/modules/background/Background.qml similarity index 100% rename from shell/modules/background/Background.qml rename to modules/background/Background.qml diff --git a/shell/modules/bar/Bar.qml b/modules/bar/Bar.qml similarity index 100% rename from shell/modules/bar/Bar.qml rename to modules/bar/Bar.qml diff --git a/shell/modules/bar/components/Clock.qml b/modules/bar/components/Clock.qml similarity index 100% rename from shell/modules/bar/components/Clock.qml rename to modules/bar/components/Clock.qml diff --git a/shell/modules/bar/components/Workspace.qml b/modules/bar/components/Workspace.qml similarity index 89% rename from shell/modules/bar/components/Workspace.qml rename to modules/bar/components/Workspace.qml index 3319258..e48780d 100644 --- a/shell/modules/bar/components/Workspace.qml +++ b/modules/bar/components/Workspace.qml @@ -30,7 +30,7 @@ Item { rotation: workspace.modelData.active ? 0 : 180 - icon.source: "/home/baobeld/dotfiles/quickshell/shell/assets/triangle.svg" + icon.source: "/home/baobeld/dotfiles/quickshell/assets/triangle.svg" icon.color: workspace.modelData.active ? Theme.palette.primary : Theme.palette.basecontent onClicked: workspace.modelData.activate() diff --git a/shell/modules/bar/components/Workspaces.qml b/modules/bar/components/Workspaces.qml similarity index 100% rename from shell/modules/bar/components/Workspaces.qml rename to modules/bar/components/Workspaces.qml diff --git a/shell/shell.qml b/shell.qml similarity index 100% rename from shell/shell.qml rename to shell.qml diff --git a/shell/styled/StyledLabel.qml b/styled/StyledLabel.qml similarity index 100% rename from shell/styled/StyledLabel.qml rename to styled/StyledLabel.qml diff --git a/shell/styled/StyledText.qml b/styled/StyledText.qml similarity index 100% rename from shell/styled/StyledText.qml rename to styled/StyledText.qml diff --git a/shell/styled/StyledWindow.qml b/styled/StyledWindow.qml similarity index 100% rename from shell/styled/StyledWindow.qml rename to styled/StyledWindow.qml