diff options
author | Linnea Gräf <nea@nea.moe> | 2024-05-11 03:28:05 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-05-14 18:45:59 +0200 |
commit | 7682534f6fd139b75f24c79b76098fe05f0fa0fe (patch) | |
tree | 34d94c8fd7b531da128ff0130bf463393e2560e0 /src/main/resources | |
parent | 53dc0c3b0a758ce2afff2637a5a5f22aa1733c56 (diff) | |
download | Firmament-7682534f6fd139b75f24c79b76098fe05f0fa0fe.tar.gz Firmament-7682534f6fd139b75f24c79b76098fe05f0fa0fe.tar.bz2 Firmament-7682534f6fd139b75f24c79b76098fe05f0fa0fe.zip |
Add custom global textures
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/firmament/filters/screen/always.json | 5 | ||||
-rw-r--r-- | src/main/resources/assets/firmament/filters/screen/always.json.license | 3 | ||||
-rw-r--r-- | src/main/resources/assets/firmament/icon.png | bin | 20279 -> 0 bytes | |||
-rw-r--r-- | src/main/resources/assets/firmament/icon.png.license | 3 |
4 files changed, 8 insertions, 3 deletions
diff --git a/src/main/resources/assets/firmament/filters/screen/always.json b/src/main/resources/assets/firmament/filters/screen/always.json new file mode 100644 index 0000000..6c21cc9 --- /dev/null +++ b/src/main/resources/assets/firmament/filters/screen/always.json @@ -0,0 +1,5 @@ +{ + "title": { + "regex": ".*" + } +} diff --git a/src/main/resources/assets/firmament/filters/screen/always.json.license b/src/main/resources/assets/firmament/filters/screen/always.json.license new file mode 100644 index 0000000..5f0659f --- /dev/null +++ b/src/main/resources/assets/firmament/filters/screen/always.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe> + +SPDX-License-Identifier: CC0-1.0 diff --git a/src/main/resources/assets/firmament/icon.png b/src/main/resources/assets/firmament/icon.png Binary files differdeleted file mode 100644 index 467f962..0000000 --- a/src/main/resources/assets/firmament/icon.png +++ /dev/null diff --git a/src/main/resources/assets/firmament/icon.png.license b/src/main/resources/assets/firmament/icon.png.license deleted file mode 100644 index f168dcf..0000000 --- a/src/main/resources/assets/firmament/icon.png.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe> - -SPDX-License-Identifier: CC-BY-4.0 |