From edb941fe903da75c9876058bb6c7f389a334f6d2 Mon Sep 17 00:00:00 2001 From: ocbwoy3 Date: Fri, 23 Jan 2026 23:28:40 +0200 Subject: [PATCH] refractor: DeltaruneQuickshell -> Shell --- .../DialogBox/DialogBox.qml | 0 {DeltaruneQuickshell => Shell}/DialogBox/frame.png | Bin .../Healthbar/Healthbar.qml | 0 {DeltaruneQuickshell => Shell}/Healthbar/kris.png | Bin .../Settings/SettingsWindow.qml | 0 {DeltaruneQuickshell => Shell}/Topbar/Topbar.qml | 0 .../Topbar/topbar/DarkDollarsDisplay.qml | 0 .../Topbar/topbar/TopbarSettingIcon.qml | 0 .../Topbar/topbar/setting_icons/config.png | Bin .../Topbar/topbar/setting_icons/equip.png | Bin .../Topbar/topbar/setting_icons/item.png | Bin .../Topbar/topbar/setting_icons/power.png | Bin .../Topbar/topbar/setting_names/config.png | Bin .../Topbar/topbar/setting_names/equip.png | Bin .../Topbar/topbar/setting_names/item.png | Bin .../Topbar/topbar/setting_names/power.png | Bin .../Topbar/topbar/soul_small.png | Bin .../WLRLayerDialogBox.qml | 0 .../WLRLayerHealthbar.qml | 0 {DeltaruneQuickshell => Shell}/WLRLayerTopbar.qml | 0 {DeltaruneQuickshell => Shell}/border.png | Bin shell.qml | 2 +- 22 files changed, 1 insertion(+), 1 deletion(-) rename {DeltaruneQuickshell => Shell}/DialogBox/DialogBox.qml (100%) rename {DeltaruneQuickshell => Shell}/DialogBox/frame.png (100%) rename {DeltaruneQuickshell => Shell}/Healthbar/Healthbar.qml (100%) rename {DeltaruneQuickshell => Shell}/Healthbar/kris.png (100%) rename {DeltaruneQuickshell => Shell}/Settings/SettingsWindow.qml (100%) rename {DeltaruneQuickshell => Shell}/Topbar/Topbar.qml (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/DarkDollarsDisplay.qml (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/TopbarSettingIcon.qml (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/setting_icons/config.png (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/setting_icons/equip.png (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/setting_icons/item.png (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/setting_icons/power.png (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/setting_names/config.png (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/setting_names/equip.png (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/setting_names/item.png (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/setting_names/power.png (100%) rename {DeltaruneQuickshell => Shell}/Topbar/topbar/soul_small.png (100%) rename {DeltaruneQuickshell => Shell}/WLRLayerDialogBox.qml (100%) rename {DeltaruneQuickshell => Shell}/WLRLayerHealthbar.qml (100%) rename {DeltaruneQuickshell => Shell}/WLRLayerTopbar.qml (100%) rename {DeltaruneQuickshell => Shell}/border.png (100%) diff --git a/DeltaruneQuickshell/DialogBox/DialogBox.qml b/Shell/DialogBox/DialogBox.qml similarity index 100% rename from DeltaruneQuickshell/DialogBox/DialogBox.qml rename to Shell/DialogBox/DialogBox.qml diff --git a/DeltaruneQuickshell/DialogBox/frame.png b/Shell/DialogBox/frame.png similarity index 100% rename from DeltaruneQuickshell/DialogBox/frame.png rename to Shell/DialogBox/frame.png diff --git a/DeltaruneQuickshell/Healthbar/Healthbar.qml b/Shell/Healthbar/Healthbar.qml similarity index 100% rename from DeltaruneQuickshell/Healthbar/Healthbar.qml rename to Shell/Healthbar/Healthbar.qml diff --git a/DeltaruneQuickshell/Healthbar/kris.png b/Shell/Healthbar/kris.png similarity index 100% rename from DeltaruneQuickshell/Healthbar/kris.png rename to Shell/Healthbar/kris.png diff --git a/DeltaruneQuickshell/Settings/SettingsWindow.qml b/Shell/Settings/SettingsWindow.qml similarity index 100% rename from DeltaruneQuickshell/Settings/SettingsWindow.qml rename to Shell/Settings/SettingsWindow.qml diff --git a/DeltaruneQuickshell/Topbar/Topbar.qml b/Shell/Topbar/Topbar.qml similarity index 100% rename from DeltaruneQuickshell/Topbar/Topbar.qml rename to Shell/Topbar/Topbar.qml diff --git a/DeltaruneQuickshell/Topbar/topbar/DarkDollarsDisplay.qml b/Shell/Topbar/topbar/DarkDollarsDisplay.qml similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/DarkDollarsDisplay.qml rename to Shell/Topbar/topbar/DarkDollarsDisplay.qml diff --git a/DeltaruneQuickshell/Topbar/topbar/TopbarSettingIcon.qml b/Shell/Topbar/topbar/TopbarSettingIcon.qml similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/TopbarSettingIcon.qml rename to Shell/Topbar/topbar/TopbarSettingIcon.qml diff --git a/DeltaruneQuickshell/Topbar/topbar/setting_icons/config.png b/Shell/Topbar/topbar/setting_icons/config.png similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/setting_icons/config.png rename to Shell/Topbar/topbar/setting_icons/config.png diff --git a/DeltaruneQuickshell/Topbar/topbar/setting_icons/equip.png b/Shell/Topbar/topbar/setting_icons/equip.png similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/setting_icons/equip.png rename to Shell/Topbar/topbar/setting_icons/equip.png diff --git a/DeltaruneQuickshell/Topbar/topbar/setting_icons/item.png b/Shell/Topbar/topbar/setting_icons/item.png similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/setting_icons/item.png rename to Shell/Topbar/topbar/setting_icons/item.png diff --git a/DeltaruneQuickshell/Topbar/topbar/setting_icons/power.png b/Shell/Topbar/topbar/setting_icons/power.png similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/setting_icons/power.png rename to Shell/Topbar/topbar/setting_icons/power.png diff --git a/DeltaruneQuickshell/Topbar/topbar/setting_names/config.png b/Shell/Topbar/topbar/setting_names/config.png similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/setting_names/config.png rename to Shell/Topbar/topbar/setting_names/config.png diff --git a/DeltaruneQuickshell/Topbar/topbar/setting_names/equip.png b/Shell/Topbar/topbar/setting_names/equip.png similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/setting_names/equip.png rename to Shell/Topbar/topbar/setting_names/equip.png diff --git a/DeltaruneQuickshell/Topbar/topbar/setting_names/item.png b/Shell/Topbar/topbar/setting_names/item.png similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/setting_names/item.png rename to Shell/Topbar/topbar/setting_names/item.png diff --git a/DeltaruneQuickshell/Topbar/topbar/setting_names/power.png b/Shell/Topbar/topbar/setting_names/power.png similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/setting_names/power.png rename to Shell/Topbar/topbar/setting_names/power.png diff --git a/DeltaruneQuickshell/Topbar/topbar/soul_small.png b/Shell/Topbar/topbar/soul_small.png similarity index 100% rename from DeltaruneQuickshell/Topbar/topbar/soul_small.png rename to Shell/Topbar/topbar/soul_small.png diff --git a/DeltaruneQuickshell/WLRLayerDialogBox.qml b/Shell/WLRLayerDialogBox.qml similarity index 100% rename from DeltaruneQuickshell/WLRLayerDialogBox.qml rename to Shell/WLRLayerDialogBox.qml diff --git a/DeltaruneQuickshell/WLRLayerHealthbar.qml b/Shell/WLRLayerHealthbar.qml similarity index 100% rename from DeltaruneQuickshell/WLRLayerHealthbar.qml rename to Shell/WLRLayerHealthbar.qml diff --git a/DeltaruneQuickshell/WLRLayerTopbar.qml b/Shell/WLRLayerTopbar.qml similarity index 100% rename from DeltaruneQuickshell/WLRLayerTopbar.qml rename to Shell/WLRLayerTopbar.qml diff --git a/DeltaruneQuickshell/border.png b/Shell/border.png similarity index 100% rename from DeltaruneQuickshell/border.png rename to Shell/border.png diff --git a/shell.qml b/shell.qml index 1bb059d..1d72b29 100644 --- a/shell.qml +++ b/shell.qml @@ -1,7 +1,7 @@ import Quickshell import Quickshell.Io import Quickshell.Hyprland -import "DeltaruneQuickshell" +import "Shell" ShellRoot { id: baseShell