catppuccin / sddm

🔒 Soothing pastel theme for SDDM
MIT License
290 stars 17 forks source link

Current OpenDesktop/Pling zips do not work #28

Closed sgoudham closed 5 months ago

sgoudham commented 5 months ago
          Sorry for "reopening" this issue but the current files don't seem to work.

The zip files contain the correct contents however they require another folder above them.

Example (current state):

├── assets
│  └── angle-down.png
├── backgrounds
├── Components
│  ├── Clock.qml
│  ├── LoginPanel.qml
│  ├── PasswordField.qml
│  ├── PowerButton.qml
│  ├── RebootButton.qml
│  ├── SessionPanel.qml
│  ├── SleepButton.qml
│  └── UserField.qml
├── icons
│  ├── power.svg
│  ├── reboot.svg
│  ├── settings.svg
│  └── sleep.svg
├── Main.qml
├── metadata.desktop
├── preview.png
└── theme.conf

Should be:

├── mocha
│  ├── assets
│  │  └── angle-down.png
│  ├── backgrounds
│  ├── Components
│  │  ├── Clock.qml
│  │  ├── LoginPanel.qml
│  │  ├── PasswordField.qml
│  │  ├── PowerButton.qml
│  │  ├── RebootButton.qml
│  │  ├── SessionPanel.qml
│  │  ├── SleepButton.qml
│  │  └── UserField.qml
│  ├── icons
│  │  ├── power.svg
│  │  ├── reboot.svg
│  │  ├── settings.svg
│  │  └── sleep.svg
│  ├── Main.qml
│  ├── metadata.desktop
│  ├── preview.png
│  └── theme.conf

Originally posted by @EmKaCe in https://github.com/catppuccin/sddm/issues/23#issuecomment-2002643593

sgoudham commented 5 months ago

Finally got around to updating them @isabelroses