Commit ef07d12
authored
feat: spicetify support for flatpak spotify install (#1097)
# Pull Request
## Description
This PR does several things:
1. `spicetify` now can handle spotify installed via flatpak
2. Spotify theme download URL changed from `prasanthrangan/hyprdots` to
`HyDE-Project/HyDE` repo
3. Spotify theme is not downloaded if already present in the system
4. `Sleek` theme updated with latest files from
[here](https://github.com/spicetify/spicetify-themes/tree/master/Sleek)
## Type of change
- [ ] **Bug fix** (non-breaking change which fixes an issue)
- [x] **New feature** (non-breaking change which adds functionality)
- [ ] **Breaking change** (fix or feature that would cause existing
functionality to not work as expected)
- [ ] **Documentation update** (non-breaking change; modified files are
limited to the documentations)
- [ ] **Technical debt** (a code change that does not fix a bug or add a
feature but makes something clearer for devs)
- [ ] **Other** (provide details below)
## Checklist
- [x] I have read the
[CONTRIBUTING](https://github.com/HyDE-Project/HyDE/blob/master/CONTRIBUTING.md)
document.
- [x] My code follows the code style of this project.
- [x] My commit message follows the [commit
guidelines](https://github.com/HyDE-Project/HyDE/blob/master/COMMIT_MESSAGE_GUIDELINES.md).
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added a changelog entry.
- [ ] I have added necessary comments/documentation to my code.
- [ ] I have added tests to cover my changes.
- [x] I have tested my code locally and it works as expected.
- [ ] All new and existing tests passed.
## Screenshots
```sh
❯ flatpak list --app | grep spotify
Spotify com.spotify.Client 1.2.63.394.g126b0d89 stable system
```
<img width="945" height="1022" alt="image"
src="https://github.com/user-attachments/assets/94a085ac-aace-406f-8939-300a20335a13"
/>File tree
2 files changed
+11
-5
lines changed- Configs/.config/hyde/wallbash/scripts
- Source/arcs
2 files changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | | - | |
63 | | - | |
64 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
Binary file not shown.
0 commit comments