Skip to content

Commit

Permalink
Merge pull request #46 from Scrumplex/feat/cat-packs
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Apr 1, 2024
2 parents 5832a4f + 0e028d2 commit ac8cbc1
Show file tree
Hide file tree
Showing 16 changed files with 247 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
paths:
- "themes/**"
- "icons/**"
- "cats/**"
pull_request:
branches:
- main
Expand All @@ -31,6 +32,7 @@ jobs:
mkdir -p out
parallel "zip -r out/{/}-theme.zip {}/" ::: themes/*
parallel "zip -r out/{/}-icons.zip {}/" ::: icons/*
parallel "zip -r out/{/}-catpack.zip {}/" ::: cats/*
echo "DISPLAY_NAME=$(date "+%Y-%m-%d %H:%M:%S")" >> "$GITHUB_ENV"
echo "TAG_NAME=$(date "+%Y-%m-%d_%s")" >> "$GITHUB_ENV"
Expand Down
170 changes: 170 additions & 0 deletions LICENSES/CC-BY-SA-4.0.txt

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions README-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ SPDX-FileCopyrightText: "Year" "Nickname or Name"
SPDX-License-Identifier: CC0-1.0
-->

"Theme/Icon Name"
Theme/Icon/CatPack Name
---
"Theme/Icon Description"
Theme/Icon/CatPack Description

## Preview
![Preview](preview.png)

## License
```
"Put the content of theme.json.license or index.theme.license here"
Put all SPDX-FileCopyrightText and SPDX-License-Identifier entries here
Example:
SPDX-FileCopyrightText: 2024 Foo Bar <[email protected]>
SPDX-FileCopyrightText: 2023 Steve <[email protected]>
SPDX-License-Identifier: MIT
SPDX-License-Identifier: CC-BY-4.0
```
21 changes: 21 additions & 0 deletions cats/Teawie-Prison/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!--
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

Teawie Prison
---
Teawie Pack, but for some reason he was imprisoned

## Preview
![Preview](preview.png)

## License
```
SPDX-FileCopyrightText: 2023 SympathyTea
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-License-Identifier: MIT
```
21 changes: 21 additions & 0 deletions cats/Teawie-Prison/catpack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Teawie Prison",
"default": "teawie_prison.png",
"variants": [
{
"startTime": { "day": 12, "month": 4 },
"endTime": { "day": 16, "month": 4 },
"path": "teawie_prison_spooky.png"
},
{
"startTime": { "day": 20, "month": 12 },
"endTime": { "day": 28, "month": 12 },
"path": "teawie_prison_xmas.png"
},
{
"startTime": { "day": 17, "month": 10 },
"endTime": { "day": 5, "month": 11 },
"path": "teawie_prison_bday.png"
}
]
}
3 changes: 3 additions & 0 deletions cats/Teawie-Prison/catpack.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>

SPDX-License-Identifier: MIT
Binary file added cats/Teawie-Prison/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions cats/Teawie-Prison/preview.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>

SPDX-License-Identifier: CC-BY-SA-4.0
Binary file added cats/Teawie-Prison/teawie_prison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions cats/Teawie-Prison/teawie_prison.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2023 SympathyTea
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>

SPDX-License-Identifier: CC-BY-SA-4.0
Binary file added cats/Teawie-Prison/teawie_prison_bday.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions cats/Teawie-Prison/teawie_prison_bday.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2023 SympathyTea
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>

SPDX-License-Identifier: CC-BY-SA-4.0
Binary file added cats/Teawie-Prison/teawie_prison_spooky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions cats/Teawie-Prison/teawie_prison_spooky.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2023 SympathyTea
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>

SPDX-License-Identifier: CC-BY-SA-4.0
Binary file added cats/Teawie-Prison/teawie_prison_xmas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions cats/Teawie-Prison/teawie_prison_xmas.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2023 SympathyTea
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>

SPDX-License-Identifier: CC-BY-SA-4.0

0 comments on commit ac8cbc1

Please sign in to comment.