Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cats: add Teawie-Prison #46

Merged
merged 2 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

6 changes: 3 additions & 3 deletions README-Template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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 the content of theme.json.license, index.theme.license or catpack.json.license here"
```
19 changes: 19 additions & 0 deletions cats/Teawie-Prison/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!--
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: 2024 Sefa Eyeoglu <[email protected]>

SPDX-License-Identifier: MIT
Scrumplex marked this conversation as resolved.
Show resolved Hide resolved
```
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]?
Scrumplex marked this conversation as resolved.
Show resolved Hide resolved

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