From 5feccc745218300070a7f7ff42bc4969da9cb607 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 17 Jul 2025 22:22:19 -0400 Subject: [PATCH] move everything to root --- shell/ReloadPopup.qml => ReloadPopup.qml | 0 {shell/assets => assets}/triangle-alert.svg | 0 {shell/assets => assets}/triangle-dashed.svg | 0 {shell/assets => assets}/triangle.svg | 0 {shell/config => config}/Paths.qml | 0 {shell/config => config}/Theme.qml | 0 {shell/modules => modules}/background/Background.qml | 0 {shell/modules => modules}/bar/Bar.qml | 0 {shell/modules => modules}/bar/components/Clock.qml | 0 {shell/modules => modules}/bar/components/Workspace.qml | 2 +- {shell/modules => modules}/bar/components/Workspaces.qml | 0 shell/shell.qml => shell.qml | 0 {shell/styled => styled}/StyledLabel.qml | 0 {shell/styled => styled}/StyledText.qml | 0 {shell/styled => styled}/StyledWindow.qml | 0 15 files changed, 1 insertion(+), 1 deletion(-) rename shell/ReloadPopup.qml => ReloadPopup.qml (100%) rename {shell/assets => assets}/triangle-alert.svg (100%) rename {shell/assets => assets}/triangle-dashed.svg (100%) rename {shell/assets => assets}/triangle.svg (100%) rename {shell/config => config}/Paths.qml (100%) rename {shell/config => config}/Theme.qml (100%) rename {shell/modules => modules}/background/Background.qml (100%) rename {shell/modules => modules}/bar/Bar.qml (100%) rename {shell/modules => modules}/bar/components/Clock.qml (100%) rename {shell/modules => modules}/bar/components/Workspace.qml (89%) rename {shell/modules => modules}/bar/components/Workspaces.qml (100%) rename shell/shell.qml => shell.qml (100%) rename {shell/styled => styled}/StyledLabel.qml (100%) rename {shell/styled => styled}/StyledText.qml (100%) rename {shell/styled => styled}/StyledWindow.qml (100%) 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