diff --git a/REUSE.toml b/REUSE.toml index 0380cdf..7d4dc5f 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -12,8 +12,9 @@ SPDX-License-Identifier = "Apache-2.0" SPDX-FileCopyrightText = "2022-2024 TII (SSRC) and the Ghaf contributors" precedence = "closest" path = [ - "flake.lock", + "flake.lock", "packages/ghaf-artwork/**/*.png", + "packages/ghaf-artwork/**/*.jpg", "packages/ghaf-artwork/**/*.svg", "packages/ghaf-theme/**/*.svg", ] @@ -23,7 +24,7 @@ SPDX-License-Identifier = "CC-BY-SA-4.0" SPDX-FileCopyrightText = "2022-2024 TII (SSRC) and the Ghaf contributors" precedence = "closest" path = [ - "docs/**/*.svg", "docs/**/*.png", + "docs/**/*.svg", "docs/**/*.png", ] # External code diff --git a/packages/ghaf-artwork/ghaf-desert-sunset.jpg b/packages/ghaf-artwork/ghaf-desert-sunset.jpg new file mode 100644 index 0000000..036a00d Binary files /dev/null and b/packages/ghaf-artwork/ghaf-desert-sunset.jpg differ diff --git a/packages/ghaf-artwork/icons/arrow-left.svg b/packages/ghaf-artwork/icons/arrow-left.svg new file mode 100644 index 0000000..1cc9193 --- /dev/null +++ b/packages/ghaf-artwork/icons/arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/ghaf-artwork/icons/arrow-right.svg b/packages/ghaf-artwork/icons/arrow-right.svg new file mode 100644 index 0000000..b801eef --- /dev/null +++ b/packages/ghaf-artwork/icons/arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/ghaf-artwork/icons/battery-almost-empty.svg b/packages/ghaf-artwork/icons/battery-almost-empty.svg new file mode 100644 index 0000000..02b56e5 --- /dev/null +++ b/packages/ghaf-artwork/icons/battery-almost-empty.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/packages/ghaf-artwork/icons/battery-charging.svg b/packages/ghaf-artwork/icons/battery-charging.svg new file mode 100644 index 0000000..1cce0fb --- /dev/null +++ b/packages/ghaf-artwork/icons/battery-charging.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/battery-empty.svg b/packages/ghaf-artwork/icons/battery-empty.svg new file mode 100644 index 0000000..4d7558f --- /dev/null +++ b/packages/ghaf-artwork/icons/battery-empty.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/battery-full.svg b/packages/ghaf-artwork/icons/battery-full.svg new file mode 100644 index 0000000..d761115 --- /dev/null +++ b/packages/ghaf-artwork/icons/battery-full.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/packages/ghaf-artwork/icons/battery-half.svg b/packages/ghaf-artwork/icons/battery-half.svg new file mode 100644 index 0000000..424b98f --- /dev/null +++ b/packages/ghaf-artwork/icons/battery-half.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/packages/ghaf-artwork/icons/bluetooth-no-signal.svg b/packages/ghaf-artwork/icons/bluetooth-no-signal.svg new file mode 100644 index 0000000..ae5bd25 --- /dev/null +++ b/packages/ghaf-artwork/icons/bluetooth-no-signal.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/bluetooth.svg b/packages/ghaf-artwork/icons/bluetooth.svg new file mode 100644 index 0000000..ef621ef --- /dev/null +++ b/packages/ghaf-artwork/icons/bluetooth.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/brightness.svg b/packages/ghaf-artwork/icons/brightness.svg new file mode 100644 index 0000000..7d8a3a5 --- /dev/null +++ b/packages/ghaf-artwork/icons/brightness.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/language-globe.svg b/packages/ghaf-artwork/icons/language-globe.svg new file mode 100644 index 0000000..5e00fc5 --- /dev/null +++ b/packages/ghaf-artwork/icons/language-globe.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/ghaf-artwork/icons/launcher.svg b/packages/ghaf-artwork/icons/launcher.svg new file mode 100644 index 0000000..4044bc7 --- /dev/null +++ b/packages/ghaf-artwork/icons/launcher.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/packages/ghaf-artwork/icons/lock.svg b/packages/ghaf-artwork/icons/lock.svg new file mode 100644 index 0000000..99e03b9 --- /dev/null +++ b/packages/ghaf-artwork/icons/lock.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/logout.svg b/packages/ghaf-artwork/icons/logout.svg new file mode 100644 index 0000000..03e14e6 --- /dev/null +++ b/packages/ghaf-artwork/icons/logout.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/ghaf-artwork/icons/restart.svg b/packages/ghaf-artwork/icons/restart.svg new file mode 100644 index 0000000..2624c9f --- /dev/null +++ b/packages/ghaf-artwork/icons/restart.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/security-green.svg b/packages/ghaf-artwork/icons/security-green.svg new file mode 100644 index 0000000..3c97014 --- /dev/null +++ b/packages/ghaf-artwork/icons/security-green.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/ghaf-artwork/icons/security-lock.svg b/packages/ghaf-artwork/icons/security-lock.svg new file mode 100644 index 0000000..c272535 --- /dev/null +++ b/packages/ghaf-artwork/icons/security-lock.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/security-red.svg b/packages/ghaf-artwork/icons/security-red.svg new file mode 100644 index 0000000..b048835 --- /dev/null +++ b/packages/ghaf-artwork/icons/security-red.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/ghaf-artwork/icons/security-shield.svg b/packages/ghaf-artwork/icons/security-shield.svg new file mode 100644 index 0000000..c272535 --- /dev/null +++ b/packages/ghaf-artwork/icons/security-shield.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/security-yellow.svg b/packages/ghaf-artwork/icons/security-yellow.svg new file mode 100644 index 0000000..d9e94a8 --- /dev/null +++ b/packages/ghaf-artwork/icons/security-yellow.svg @@ -0,0 +1,3 @@ + + + diff --git a/packages/ghaf-artwork/icons/volume.svg b/packages/ghaf-artwork/icons/volume.svg new file mode 100644 index 0000000..8f80053 --- /dev/null +++ b/packages/ghaf-artwork/icons/volume.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/packages/ghaf-artwork/icons/wifi-0.svg b/packages/ghaf-artwork/icons/wifi-0.svg new file mode 100644 index 0000000..f0ec6cf --- /dev/null +++ b/packages/ghaf-artwork/icons/wifi-0.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/packages/ghaf-artwork/icons/wifi-1.svg b/packages/ghaf-artwork/icons/wifi-1.svg new file mode 100644 index 0000000..e40a069 --- /dev/null +++ b/packages/ghaf-artwork/icons/wifi-1.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/packages/ghaf-artwork/icons/wifi-2.svg b/packages/ghaf-artwork/icons/wifi-2.svg new file mode 100644 index 0000000..044fddb --- /dev/null +++ b/packages/ghaf-artwork/icons/wifi-2.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/packages/ghaf-artwork/icons/wifi-3.svg b/packages/ghaf-artwork/icons/wifi-3.svg new file mode 100644 index 0000000..094d7d4 --- /dev/null +++ b/packages/ghaf-artwork/icons/wifi-3.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/packages/ghaf-artwork/icons/wifi-green.svg b/packages/ghaf-artwork/icons/wifi-green.svg new file mode 100644 index 0000000..294b666 --- /dev/null +++ b/packages/ghaf-artwork/icons/wifi-green.svg @@ -0,0 +1,8 @@ + + + + + + + +