Skip to content

Commit b6abf38

Browse files
committed
cats: add Teawie-Prison
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 5832a4f commit b6abf38

16 files changed

+237
-3
lines changed

.github/workflows/package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- "themes/**"
1313
- "icons/**"
14+
- "cats/**"
1415
pull_request:
1516
branches:
1617
- main
@@ -31,6 +32,7 @@ jobs:
3132
mkdir -p out
3233
parallel "zip -r out/{/}-theme.zip {}/" ::: themes/*
3334
parallel "zip -r out/{/}-icons.zip {}/" ::: icons/*
35+
parallel "zip -r out/{/}-catpack.zip {}/" ::: cats/*
3436
echo "DISPLAY_NAME=$(date "+%Y-%m-%d %H:%M:%S")" >> "$GITHUB_ENV"
3537
echo "TAG_NAME=$(date "+%Y-%m-%d_%s")" >> "$GITHUB_ENV"
3638

LICENSES/CC-BY-SA-4.0.txt

+170
Large diffs are not rendered by default.

README-Template.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ SPDX-FileCopyrightText: "Year" "Nickname or Name"
44
SPDX-License-Identifier: CC0-1.0
55
-->
66

7-
"Theme/Icon Name"
7+
Theme/Icon/CatPack Name
88
---
9-
"Theme/Icon Description"
9+
Theme/Icon/CatPack Description
1010

1111
## Preview
1212
![Preview](preview.png)
1313

1414
## License
1515
```
16-
"Put the content of theme.json.license or index.theme.license here"
16+
"Put the content of theme.json.license, index.theme.license or catpack.json.license here"
1717
```

cats/Teawie-Prison/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>
3+
4+
SPDX-License-Identifier: CC0-1.0
5+
-->
6+
7+
Teawie Prison
8+
---
9+
Teawie Pack, but for some reason he was imprisoned
10+
11+
## Preview
12+
![Preview](preview.png)
13+
14+
## License
15+
```
16+
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>
17+
18+
SPDX-License-Identifier: MIT
19+
```

cats/Teawie-Prison/catpack.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Teawie Prison",
3+
"default": "teawie_prison.png",
4+
"variants": [
5+
{
6+
"startTime": { "day": 12, "month": 4 },
7+
"endTime": { "day": 16, "month": 4 },
8+
"path": "teawie_prison_spooky.png"
9+
},
10+
{
11+
"startTime": { "day": 20, "month": 12 },
12+
"endTime": { "day": 28, "month": 12 },
13+
"path": "teawie_prison_xmas.png"
14+
},
15+
{
16+
"startTime": { "day": 17, "month": 10 },
17+
"endTime": { "day": 5, "month": 11 },
18+
"path": "teawie_prison_bday.png"
19+
}
20+
]
21+
}
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]>
2+
3+
SPDX-License-Identifier: MIT

cats/Teawie-Prison/preview.png

148 KB
Loading
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]?
2+
3+
SPDX-License-Identifier: CC-BY-SA-4.0

cats/Teawie-Prison/teawie_prison.png

120 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPDX-FileCopyrightText: 2023 SympathyTea
2+
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]?
3+
4+
SPDX-License-Identifier: CC-BY-SA-4.0
121 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPDX-FileCopyrightText: 2023 SympathyTea
2+
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]?
3+
4+
SPDX-License-Identifier: CC-BY-SA-4.0
129 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPDX-FileCopyrightText: 2023 SympathyTea
2+
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]?
3+
4+
SPDX-License-Identifier: CC-BY-SA-4.0
126 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SPDX-FileCopyrightText: 2023 SympathyTea
2+
SPDX-FileCopyrightText: 2024 Sefa Eyeoglu <[email protected]?
3+
4+
SPDX-License-Identifier: CC-BY-SA-4.0

0 commit comments

Comments
 (0)