From 9af3c97a722f8c52134f2c499e25d67d82e88ed2 Mon Sep 17 00:00:00 2001 From: LilithIsHere <96212687+xzi@users.noreply.github.com> Date: Tue, 9 May 2023 11:47:06 -0400 Subject: [PATCH 1/4] Add icon data to README template + Icon folder --- README-Template.md | 6 +++--- icons/this file only exists to get github to make a folder | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 icons/this file only exists to get github to make a folder diff --git a/README-Template.md b/README-Template.md index e7ddce4..b784faa 100644 --- a/README-Template.md +++ b/README-Template.md @@ -4,14 +4,14 @@ SPDX-FileCopyrightText: "Year" "Nickname or Name" SPDX-License-Identifier: CC0-1.0 --> -"Theme Name" +"Theme/Icon Name" --- -"Theme Description" +"Theme/Icon Description" ## Preview ![Preview](preview.png) ## License ``` -"Put the content of theme.json.license here" +"Put the content of theme.json.license or index.theme.license here" ``` diff --git a/icons/this file only exists to get github to make a folder b/icons/this file only exists to get github to make a folder new file mode 100644 index 0000000..b565969 --- /dev/null +++ b/icons/this file only exists to get github to make a folder @@ -0,0 +1 @@ +Rucker#1337 was here \ No newline at end of file From 90e1fc0e05c21f169acca5dd8f7eb07e7c69e599 Mon Sep 17 00:00:00 2001 From: LilithIsHere <96212687+xzi@users.noreply.github.com> Date: Tue, 9 May 2023 15:32:14 -0400 Subject: [PATCH 2/4] Update this file only exists to get github to make a folder --- icons/this file only exists to get github to make a folder | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icons/this file only exists to get github to make a folder b/icons/this file only exists to get github to make a folder index b565969..88207b5 100644 --- a/icons/this file only exists to get github to make a folder +++ b/icons/this file only exists to get github to make a folder @@ -1 +1,3 @@ -Rucker#1337 was here \ No newline at end of file +SPDX-FileCopyrightText: 2023 Lilith + +SPDX-License-Identifier: CC0-1.0 \ No newline at end of file From 545b0182ebece30be2c18e70c4ce07b59017af91 Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Tue, 13 Feb 2024 21:46:54 +0000 Subject: [PATCH 3/4] Update package workflow for icons Signed-off-by: TheKodeToad --- .github/workflows/package.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 8ac2ecd..bf2d74d 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -10,6 +10,7 @@ on: - main paths: - "themes/**" + - "icons/**" jobs: package: @@ -23,9 +24,8 @@ jobs: sudo apt-get install -y parallel zip - name: Package - working-directory: themes run: | - parallel "zip -r {}.zip {}/" ::: * + parallel "zip -r {}.zip {}/" ::: {themes,icons}/* echo "DISPLAY_NAME=$(date "+%Y-%m-%d %H:%M:%S")" >> "$GITHUB_ENV" echo "TAG_NAME=$(date "+%Y-%m-%d_%s")" >> "$GITHUB_ENV" @@ -41,4 +41,5 @@ jobs: prerelease: false files: | themes/*.zip + icons/*.zip From 16a3f3ac953ca542586955388f0989a9ded5543a Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Thu, 21 Mar 2024 18:55:03 +0000 Subject: [PATCH 4/4] Make use of .keep Signed-off-by: TheKodeToad --- icons/.keep | 0 icons/this file only exists to get github to make a folder | 3 --- 2 files changed, 3 deletions(-) create mode 100644 icons/.keep delete mode 100644 icons/this file only exists to get github to make a folder diff --git a/icons/.keep b/icons/.keep new file mode 100644 index 0000000..e69de29 diff --git a/icons/this file only exists to get github to make a folder b/icons/this file only exists to get github to make a folder deleted file mode 100644 index 88207b5..0000000 --- a/icons/this file only exists to get github to make a folder +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 Lilith - -SPDX-License-Identifier: CC0-1.0 \ No newline at end of file