Commit f288090
feat(quickshell): add caelestia-dots attribution and rebrand to Hornero
Complete attribution to caelestia-dots/shell project and rebrand C++ plugin
from Caelestia to Hornero throughout the codebase.
**Attribution & Licensing:**
- Added Credits section to main README.md acknowledging caelestia-dots/shell
- Created HorneroConfig-branded quickshell README with prominent attribution
- Added GPL-3.0 attribution header to quickshell LICENSE file
**C++ Plugin Rebranding (Caelestia → Hornero):**
- Renamed plugin/src/Caelestia/ → plugin/src/Hornero/
- Updated all CMakeLists.txt files:
- Project name: caelestia-shell → hornero-shell
- Module names: caelestia-* → hornero-*
- QML URIs: Caelestia.* → Hornero.*
- Updated 36 C++ source files (.cpp/.hpp):
- Namespaces: caelestia:: → hornero::
- Include paths: #include "Caelestia/ → #include "Hornero/
- Include guards: CAELESTIA_* → HORNERO_*
- Q_PROPERTY declarations in MOC-processed headers
- Updated 37+ QML files:
- Imports: import Caelestia → import Hornero
- Type usage: Caelestia. → Hornero.
- UI strings: "Caelestia Settings" → "Hornero Settings"
- Updated runtime strings:
- Notification app IDs
- PipeWire stream names
- Hyprland global shortcuts
- Environment variables: CAELESTIA_LIB_DIR → HORNERO_LIB_DIR
- Library paths: /usr/lib/caelestia → /usr/lib/hornero
- Wayland namespaces
- Temporary file prefixes
**Shell Presets:**
- Renamed caelestia-{left,right}.json → hornero-{left,right}.json
- Updated preset metadata with Hornero branding (🏠 icon)
**Additional Changes:**
- Added github-copilot-cli to AI tools installation
- Fixed QML2_IMPORT_PATH in Hyprland environment.conf to include Hornero plugins
- Updated dots-quickshell script with correct QML import paths
**Build Verification:**
✅ CMake configuration successful
✅ Build compilation: 81/81 targets
✅ QML modules created: Hornero, Hornero.Internal, Hornero.Models, Hornero.Services
✅ Quickshell runtime verified
Inspired-by: https://github.com/caelestia-dots/shell
License: GPL-3.0 (for quickshell component)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent cbb6579 commit f288090
90 files changed
Lines changed: 319 additions & 850 deletions
File tree
- home
- .chezmoiscripts/linux
- dot_config
- hypr/hyprland.conf.d
- quickshell
- components
- containers
- controls
- effects
- filedialog
- images
- misc
- config
- modules
- areapicker
- background
- bar/popouts/kblayout
- controlcenter
- appearance
- components
- launcher
- dashboard
- dash
- launcher
- items
- services
- lock
- utilities
- cards
- toasts
- plugin
- src/Hornero
- Internal
- Models
- Services
- services
- utils
- dot_local
- bin
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
270 | 284 | | |
271 | 285 | | |
272 | 286 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
2 | 18 | | |
3 | 19 | | |
4 | 20 | | |
| |||
0 commit comments