From 15d50528cf86e93bad19f65f1e4b47af49e94d71 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 12 Jun 2026 13:37:13 +0200 Subject: Nuked everything --- assets/texmf/tex/latex/scpzine/scpzine.sty | 467 --------------------- assets/wallpapers/NGE_CF.jpg | Bin 438574 -> 0 bytes assets/wallpapers/README.md | 71 ---- assets/wallpapers/chernobyl-wallpaper.jpg | Bin 412276 -> 0 bytes assets/wallpapers/dalnim-and-ryu-young.jpg | Bin 84834 -> 0 bytes assets/wallpapers/insert_coin.jpeg | Bin 1724616 -> 0 bytes assets/wallpapers/may2025/2CB.png | Bin 10736232 -> 0 bytes assets/wallpapers/may2025/ALCHEMY-dark.png | Bin 18511577 -> 0 bytes assets/wallpapers/may2025/ALCHEMY-pink.png | Bin 8163680 -> 0 bytes assets/wallpapers/may2025/AQUARIUM.png | Bin 20794740 -> 0 bytes assets/wallpapers/may2025/ARCHPOOL.png | Bin 7602528 -> 0 bytes assets/wallpapers/may2025/HEART_NEBULA.png | Bin 5123887 -> 0 bytes assets/wallpapers/may2025/HIRAETH.png | Bin 7585076 -> 0 bytes .../wallpapers/may2025/STRAY_KITTY_CLUB-beige.png | Bin 13253428 -> 0 bytes .../wallpapers/may2025/STRAY_KITTY_CLUB-mint.png | Bin 20036146 -> 0 bytes .../wallpapers/may2025/STRAY_KITTY_CLUB-pink.png | Bin 19990829 -> 0 bytes .../wallpapers/may2025/STRAY_KITTY_CLUB-teal.png | Bin 20065451 -> 0 bytes assets/wallpapers/may2025/SYSTEMA.png | Bin 22000318 -> 0 bytes assets/wallpapers/may2025/colorshift.png | Bin 21021850 -> 0 bytes assets/wallpapers/vox.jpg | Bin 184586 -> 0 bytes assets/wallpapers/wave-minimal.png | Bin 352335 -> 0 bytes assets/wallpapers/xenia.jpg | Bin 370787 -> 0 bytes 22 files changed, 538 deletions(-) delete mode 100644 assets/texmf/tex/latex/scpzine/scpzine.sty delete mode 100644 assets/wallpapers/NGE_CF.jpg delete mode 100755 assets/wallpapers/README.md delete mode 100644 assets/wallpapers/chernobyl-wallpaper.jpg delete mode 100644 assets/wallpapers/dalnim-and-ryu-young.jpg delete mode 100644 assets/wallpapers/insert_coin.jpeg delete mode 100755 assets/wallpapers/may2025/2CB.png delete mode 100755 assets/wallpapers/may2025/ALCHEMY-dark.png delete mode 100755 assets/wallpapers/may2025/ALCHEMY-pink.png delete mode 100755 assets/wallpapers/may2025/AQUARIUM.png delete mode 100755 assets/wallpapers/may2025/ARCHPOOL.png delete mode 100755 assets/wallpapers/may2025/HEART_NEBULA.png delete mode 100755 assets/wallpapers/may2025/HIRAETH.png delete mode 100755 assets/wallpapers/may2025/STRAY_KITTY_CLUB-beige.png delete mode 100755 assets/wallpapers/may2025/STRAY_KITTY_CLUB-mint.png delete mode 100755 assets/wallpapers/may2025/STRAY_KITTY_CLUB-pink.png delete mode 100755 assets/wallpapers/may2025/STRAY_KITTY_CLUB-teal.png delete mode 100755 assets/wallpapers/may2025/SYSTEMA.png delete mode 100755 assets/wallpapers/may2025/colorshift.png delete mode 100644 assets/wallpapers/vox.jpg delete mode 100644 assets/wallpapers/wave-minimal.png delete mode 100755 assets/wallpapers/xenia.jpg (limited to 'assets') diff --git a/assets/texmf/tex/latex/scpzine/scpzine.sty b/assets/texmf/tex/latex/scpzine/scpzine.sty deleted file mode 100644 index a46f0e0..0000000 --- a/assets/texmf/tex/latex/scpzine/scpzine.sty +++ /dev/null @@ -1,467 +0,0 @@ -% ============================================================ -% scpzine.sty — SCP Foundation Zine Package -% Reusable formatting for SCP personnel briefing zines -% -% Usage: \usepackage[options]{scpzine} -% -% PRINTING: -% Compile TWICE (TikZ needs two passes). -% Print > Booklet > A3 paper > flip on long edge. -% ============================================================ -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{scpzine}[2026/04/23 SCP Foundation Zine Package] - -% ── Package options ───────────────────────────────────────── -\newif\ifscpzine@impose\scpzine@imposefalse -\DeclareOption{impose}{\scpzine@imposetrue} -\ProcessOptions\relax - -% ── Required packages ────────────────────────────────────── -\RequirePackage[a5paper, - top=9mm, bottom=9mm, - left=9mm, right=9mm]{geometry} -\RequirePackage[T1]{fontenc} -\RequirePackage[utf8]{inputenc} -\RequirePackage{lmodern} -\RequirePackage{courier} -\renewcommand{\familydefault}{\ttdefault} -\RequirePackage{microtype} -\RequirePackage{parskip} -\setlength{\parskip}{2pt plus 1pt minus 1pt} -\setlength{\parindent}{0pt} -\RequirePackage{setspace} -\RequirePackage{ragged2e} -\sloppy -\setlength{\emergencystretch}{3em} -\RequirePackage{graphicx} -\RequirePackage{wrapfig} -\RequirePackage[dvipsnames]{xcolor} -\RequirePackage{tikz} -\usetikzlibrary{calc} -\RequirePackage{booktabs} -\RequirePackage{tabularx} -\RequirePackage{array} -\RequirePackage{soul} -\RequirePackage{textcase} -\RequirePackage{eso-pic} -\RequirePackage[hidelinks]{hyperref} -\RequirePackage{fancyhdr} -\RequirePackage{environ} - -% ── Imposition (optional) ────────────────────────────────── -\ifscpzine@impose - \RequirePackage{pgfpages} - \pgfpagesuselayout{2 on 1}[a3paper,landscape,border shrink=3mm] -\fi - -% ============================================================ -% COLOUR PALETTE -% ============================================================ -\definecolor{paperbg}{RGB}{240, 232, 208} -\definecolor{fadedink}{RGB}{48, 44, 36} -\definecolor{stampred}{RGB}{158, 26, 26} -\definecolor{rulercolor}{RGB}{100, 88, 68} -\definecolor{redactbg}{RGB}{10, 10, 10} - -% ============================================================ -% PAGE BACKGROUND — aged paper on every page -% ============================================================ -\AddToShipoutPictureBG{% - \AtPageLowerLeft{% - \textcolor{paperbg}{\rule{\paperwidth}{\paperheight}}% - }% -} - -% ============================================================ -% DOCUMENT METADATA — set these in your document preamble -% ============================================================ -\newcommand{\scpnumber}[1]{\def\scp@number{#1}} -\newcommand{\scpclass}[1]{\def\scp@class{#1}} -\newcommand{\scpsite}[1]{\def\scp@site{#1}} -\newcommand{\scpsector}[1]{\def\scp@sector{#1}} -\newcommand{\scpdocid}[1]{\def\scp@docid{#1}} -\newcommand{\scpissue}[1]{\def\scp@issue{#1}} -\newcommand{\scpclearance}[1]{\def\scp@clearance{#1}} -\newcommand{\scptype}[1]{\def\scp@type{#1}} -\newcommand{\scpseries}[1]{\def\scp@series{#1}} - -% Defaults -\def\scp@number{SCP-XXX} -\def\scp@class{Euclid} -\def\scp@site{Site-19} -\def\scp@sector{Sector C} -\def\scp@docid{PB-XXX-X} -\def\scp@issue{1} -\def\scp@clearance{LEVEL 2} -\def\scp@type{HUMANOID} -\def\scp@series{SECTOR ORIENTATION SERIES} - -% ============================================================ -% HEADERS / FOOTERS -% ============================================================ -\pagestyle{fancy} -\fancyhf{} -\renewcommand{\headrulewidth}{0pt} -\renewcommand{\footrulewidth}{0pt} - -\fancyhead[L]{% - \scriptsize\underline{\texttt{RESTRICTED --- \scp@clearance\ PERSONNEL ONLY}}% -} -\fancyhead[R]{% - \scriptsize\underline{\texttt{\today}}% -} -\fancyfoot[R]{% - \scriptsize\textit{\texttt{continue to next page}}% -} -\fancyfoot[L]{% - \scriptsize\texttt{\scp@docid\ / ISSUE \scp@issue}% -} - -% Last page — no "continue" -\fancypagestyle{lastpage}{% - \fancyfoot[R]{}% - \fancyfoot[L]{\scriptsize\texttt{\scp@docid\ / ISSUE \scp@issue}}% -} - -% Cover pages — no header/footer -\fancypagestyle{coverpage}{% - \fancyhf{}% - \renewcommand{\headrulewidth}{0pt}% -} - -% Blank pages -\fancypagestyle{blankpage}{% - \fancyhf{}% - \renewcommand{\headrulewidth}{0pt}% -} - -% ============================================================ -% BASIC COMMANDS -% ============================================================ - -% Redaction — black box hiding text -\newcommand{\redact}[1]{% - \NoCaseChange{% - \mbox{\colorbox{redactbg}{\textcolor{redactbg}{\texttt{#1}}}}% - }% -} - -% [DATA EXPUNGED] -\newcommand{\expunged}{% - \NoCaseChange{% - \mbox{\colorbox{redactbg}{\textcolor{white}{\texttt{[DATA EXPUNGED]}}}}% - }% -} - -% [SEE LEVEL N FILE] — optional argument for clearance level -\newcommand{\seelevel}[1][3]{% - \NoCaseChange{% - \mbox{\colorbox{redactbg}% - {\textcolor{white}{\texttt{[SEE LEVEL #1 FILE]}}}}% - }% -} - -% Field label — bold inline label -\newcommand{\field}[1]{\textbf{#1}} - -% Horizontal rule -\newcommand{\ruleline}{% - \vspace{2pt}% - {\color{rulercolor}\hrule height 0.4pt}% - \vspace{2pt}% -} - -% Stamp overlay — \stampat[color]{rotation}{x}{y}{text} -\newcommand{\stampat}[5][stampred]{% - \begin{tikzpicture}[overlay, remember picture] - \node[ - rotate=#2, - text=#1, - font=\fontsize{13}{13}\selectfont\bfseries\ttfamily, - draw=#1, line width=1.6pt, - inner xsep=5pt, inner ysep=3pt, - opacity=0.55, anchor=center - ] at ($(current page.center)+(#3,#4)$) {#5}; - \end{tikzpicture}% -} - -% Photo with fallback placeholder -% Usage: \photoblock{filename}{caption} -\newcommand{\photoblock}[2]{% - \IfFileExists{#1}{% - \includegraphics[width=\linewidth, keepaspectratio]{#1}% - }{% - \begin{tikzpicture} - \draw[fill=black!5, draw=black!25, line width=0.5pt] - (0,0) rectangle (3.8cm, 3.2cm); - \draw[black!15, line width=0.4pt] - (0,0)--(3.8cm,3.2cm); - \draw[black!15, line width=0.4pt] - (3.8cm,0)--(0,3.2cm); - \node[font=\tiny\ttfamily, text=black!35] - at (1.9cm,1.7cm) {[PHOTO]}; - \node[font=\tiny\ttfamily, text=black!25] - at (1.9cm,1.3cm) {\texttt{#1}}; - \end{tikzpicture}% - }% - \par - \vspace{2pt} - {\tiny\texttt{#2}}% -} - -% Corner marks (used on covers) -\newcommand{\cornermarks}{% - \begin{tikzpicture}[overlay, remember picture] - \foreach \corner/\xd/\yd in { - north west/1/-1, north east/-1/-1, - south west/1/1, south east/-1/1}{ - \draw[fadedink, line width=1pt] - ($(current page.\corner)+(\xd*0.4cm,\yd*0.4cm)$) -- - ($(current page.\corner)+(\xd*0.9cm,\yd*0.4cm)$); - \draw[fadedink, line width=1pt] - ($(current page.\corner)+(\xd*0.4cm,\yd*0.4cm)$) -- - ($(current page.\corner)+(\xd*0.4cm,\yd*0.9cm)$); - } - \end{tikzpicture}% -} - -% ============================================================ -% ENVIRONMENTS -% ============================================================ - -% ── scpinterview — Interview/Dialog transcript ───────────── -% Usage: -% \begin{scpinterview}{Interview title}{Archive ref and notes} -% \say{Speaker}{Dialog text} -% \say{Speaker}{\textit{(action)} Dialog text} -% \end{scpinterview} -% -\newenvironment{scpinterview}[2]{% - \field{#1}% - \par\vspace{1pt}% - {\scriptsize\textit{#2}}% - \vspace{3pt}% - \ruleline% - \vspace{3pt}% -}{% - \vspace{3pt}% -} -\newcommand{\say}[2]{% - \vspace{2pt}% - \hspace{8pt}\field{#1:} #2% - \par% -} - -% ── scpextract — Interview sub-extract label ─────────────── -% Usage: \scpextract{Extract from Interview 049-INT-B-\redact{XX}:} -\newcommand{\scpextract}[1]{% - \textit{#1}% - \vspace{3pt}% -} - -% ── scptimeline — Incident timeline table ────────────────── -% Usage: -% \begin{scptimeline} -% \event{02:14}{Motion sensor alert.} -% \event{02:19}{Guard fails check-in.} -% \end{scptimeline} -% -\newenvironment{scptimeline}{% - \vspace{2pt}% - {\scriptsize% - \begin{tabular}{@{}p{1.1cm} p{6.1cm}@{}} - \toprule - \field{TIME} & \field{EVENT} \\ - \midrule -}{% - \bottomrule - \end{tabular}}% - \vspace{3pt}% -} -\newcommand{\event}[2]{% - \texttt{#1} & #2 \\[2pt]% -} - -% ── scpreftable — Reference/documentation table ─────────── -% Usage: -% \begin{scpreftable} -% \docref{049-INT-B}{Full interview series. Level 3.} -% \end{scpreftable} -% -\newenvironment{scpreftable}{% - \vspace{3pt}% - {\scriptsize% - \begin{tabular}{@{}p{2.4cm} p{4.8cm}@{}} - \toprule - \field{REFERENCE} & \field{CONTENTS} \\ - \midrule -}{% - \bottomrule - \end{tabular}}% -} -\newcommand{\docref}[2]{% - \texttt{#1} & #2 \\[2pt]% -} - -% ── scpincident — Incident summary header ───────────────── -% Usage: -% \begin{scpincident}{Breach BR-2012-049-\redact{7}} -% {Summarised for Level 2 distribution. Full report Level 3.} -% ... content ... -% \end{scpincident} -% -\newenvironment{scpincident}[2]{% - \field{Incident Summary: #1}% - \par\vspace{1pt}% - {\scriptsize\textit{#2}}% - \ruleline% -}{% -} - -% ── scpfoundnote — Hidden/found note ────────────────────── -% Usage: -% \begin{scpfoundnote}{Discovery context text}{Follow-up text} -% Note body text here... -% \end{scpfoundnote} -% -\NewEnviron{scpfoundnote}[2]{% - \begin{center} - \begin{minipage}{0.82\linewidth} - \setstretch{1.4} - {\scriptsize\textit{#1}}% - \vspace{8pt} - {\color{rulercolor}\hrule height 0.3pt} - \vspace{8pt} - {\small\itshape\BODY}% - \vspace{8pt} - {\color{rulercolor}\hrule height 0.3pt} - \vspace{5pt} - {\scriptsize\texttt{#2}}% - \end{minipage} - \end{center}% -} - -% ── scpaddendum — Classified addendum block ─────────────── -% Usage: -% \begin{scpaddendum}{Filed by \redact{XX}, Senior Researcher} -% \expunged -% {\scriptsize\textit{[Withheld from Level 2. Level 3 required.]}} -% \end{scpaddendum} -% -\newenvironment{scpaddendum}[1]{% - \vspace{3pt}% - \ruleline% - \field{Addendum --- #1:}% - \vspace{2pt}% -}{% -} - -% ── scpguidance — Personnel guidance numbered items ─────── -% Usage: -% \begin{scpguidance}{If SCP-049 Addresses You} -% \guidanceitem{Do not engage.}{Explanation text.} -% \guidanceitem{Do not argue.}{Explanation text.} -% \end{scpguidance} -% -\newenvironment{scpguidance}[1]{% - \field{Personnel Guidance --- #1:}% - \par% -}{% -} -\newcommand{\guidanceitem}[2]{% - \vspace{2pt}% - \field{#1} #2% - \par% -} - -% ── scpsidephoto — Wrapped sidebar photo ────────────────── -% Usage: \scpsidephoto{r}{0.42}{assets/photo.jpg}{Caption text} -\newcommand{\scpsidephoto}[4]{% - \begin{wrapfigure}{#1}{#2\linewidth} - \vspace{-4pt} - \photoblock{#3}{#4} - \vspace{-8pt} - \end{wrapfigure}% -} - -% ============================================================ -% COVER PAGE COMMANDS -% ============================================================ - -% Classification header (multilingual) -\newcommand{\classificationheader}[1]{% - \noindent - \begin{tabular*}{\linewidth}{@{}l@{\extracolsep{\fill}}r@{}} - {\scriptsize\texttt{RESTRICTED --- \scp@clearance\ PERSONNEL ONLY}} & - {\scriptsize\smash{\raisebox{-50pt}{\includegraphics[scale=0.03]{#1}}}} \\ - \end{tabular*}% - {\scriptsize\texttt{RESTREINT --- PERSONNEL DE NIVEAU 2 UNIQUEMENT}}\\ - {\scriptsize\texttt{VERTRAULICH --- NUR FUR PERSONAL DER STUFE 2}}\\ - {\scriptsize\texttt{RESERVADO --- SOLO PERSONAL DE NIVEL 2}}% -} - -% Cover metadata block -\newcommand{\covermetadata}{% - {\scriptsize\texttt{PERSONNEL BRIEFING DOCUMENT}}\\[1pt] - {\scriptsize\texttt{\MakeUppercase{\scp@series}}}\\[3pt] - {\normalsize\bfseries\texttt{\scp@number}}\\[1pt] - {\scriptsize\texttt{\MakeUppercase{\scp@type} / \MakeUppercase{\scp@class} / \MakeUppercase{\scp@sector}}}\\[3pt] - {\scriptsize\texttt{DOCUMENT: \scp@docid\quad ISSUE: \scp@issue}}% -} - -% Signature block -% Usage: \signatureblock{Name or \redact{XX}}{Title}{Location} -\newcommand{\signatureblock}[3]{% - \begin{tabular}{l} - {\scriptsize\texttt{Authorised for distribution by:}} \\[2pt] - \hline \\[-8pt] - {\scriptsize\texttt{#1, #2}} \\ - {\scriptsize\texttt{#3}} \\ - \hline \\[-4pt] - \end{tabular}% -} - -% Cover disclaimer block -\newcommand{\coverdisclaimer}[1]{% - \begin{minipage}{0.9\linewidth} - {\scriptsize\texttt{#1}}% - \end{minipage}% -} - -% Back cover info block -\newcommand{\backcoverbody}{% - {\small\bfseries\texttt{\scp@number}}\\[2pt] - {\scriptsize\texttt{\MakeUppercase{\scp@sector} PERSONNEL BRIEFING}}\\[1pt] - {\scriptsize\texttt{DOCUMENT \scp@docid\ / ISSUE \scp@issue}}\\[1pt] - {\scriptsize\texttt{\MakeUppercase{\scp@site} / CONTAINMENT DIVISION}}% -} - -% ============================================================ -% ITEM HEADER — standard SCP description header -% ============================================================ -% Usage: \scpheader (uses metadata set in preamble) -\newcommand{\scpheader}{% - \field{Item \#:} \scp@number \hfill - \field{Object Class:} \scp@class \hfill - \field{Site:} \scp@site% - \ruleline% -} - -% ============================================================ -% BLANK PAGE with centered message -% ============================================================ -\newcommand{\blankpagemessage}[1]{% - \thispagestyle{blankpage}% - \vspace*{\fill} - \begin{center} - {\small\texttt{#1}}% - \end{center} - \vfill% -} - -% ============================================================ -% SET DEFAULT TEXT COLOR -% ============================================================ -\AtBeginDocument{\color{fadedink}} - -\endinput diff --git a/assets/wallpapers/NGE_CF.jpg b/assets/wallpapers/NGE_CF.jpg deleted file mode 100644 index 39384cb..0000000 Binary files a/assets/wallpapers/NGE_CF.jpg and /dev/null differ diff --git a/assets/wallpapers/README.md b/assets/wallpapers/README.md deleted file mode 100755 index 43ca7fe..0000000 --- a/assets/wallpapers/README.md +++ /dev/null @@ -1,71 +0,0 @@ -
- -# 【 diinki's wallpapers 】 - -
- -
- -![badge](https://img.shields.io/badge/discord-262622?style=for-the-badge&logo=discord&logoColor=262622&logoSize=auto&color=e2e2d3) -![badge](https://img.shields.io/badge/tip-262622?style=for-the-badge&logo=kofi&logoColor=262622&logoSize=auto&color=e2e2d3) -![badge](https://img.shields.io/badge/youtube_channel-262622?style=for-the-badge&logo=youtube&logoColor=262622&logoSize=auto&color=e2e2d3) - -These are the wallpapers that I've made & published, in case any of you want to use them! - -The date is by upload and not by date of creation. - -
- ---- - -

Secret Kitty Club ↓

- -[![SKC_pink](may2025/STRAY_KITTY_CLUB-pink.png)](may2025/STRAY_KITTY_CLUB-pink.png) - -
-SECRET KITTY CLUB - ALTERNATE COLORS -
- -[![SKC_pink](may2025/STRAY_KITTY_CLUB-teal.png)](may2025/STRAY_KITTY_CLUB-teal.png) - -[![SKC_mint](may2025/STRAY_KITTY_CLUB-mint.png)](may2025/STRAY_KITTY_CLUB-mint.png) - -[![SKC_beige](may2025/STRAY_KITTY_CLUB-beige.png)](may2025/STRAY_KITTY_CLUB-beige.png) - -
- -

2CB ↓

- -[![2cb](may2025/2CB.png)](may2025/2CB.png) - -

ALCHEMY ↓

- -[![alchemy_dark](may2025/ALCHEMY-dark.png)](may2025/ALCHEMY-dark.png) - -
-ALCHEMY - ALTERNATE COLORS - -[![alchemy_pink](may2025/ALCHEMY-pink.png)](may2025/ALCHEMY-pink.png) - -
-
- -

colorshift ↓

- -[![colorshift](may2025/colorshift.png)](may2025/colorshift.png) - -

SYSTEMA ↓

- -[![systema](may2025/SYSTEMA.png)](may2025/SYSTEMA.png) - -

AQUARIUM ↓

- -[![aquarium](may2025/AQUARIUM.png)](may2025/AQUARIUM.png) - -

ARCHPOOL ↓

- -[![archpool](may2025/ARCHPOOL.png)](may2025/ARCHPOOL.png) - -

HIRAETH ↓

- -[![hiraeth](may2025/HIRAETH.png)](may2025/HIRAETH.png) diff --git a/assets/wallpapers/chernobyl-wallpaper.jpg b/assets/wallpapers/chernobyl-wallpaper.jpg deleted file mode 100644 index a00bf64..0000000 Binary files a/assets/wallpapers/chernobyl-wallpaper.jpg and /dev/null differ diff --git a/assets/wallpapers/dalnim-and-ryu-young.jpg b/assets/wallpapers/dalnim-and-ryu-young.jpg deleted file mode 100644 index e84a5ab..0000000 Binary files a/assets/wallpapers/dalnim-and-ryu-young.jpg and /dev/null differ diff --git a/assets/wallpapers/insert_coin.jpeg b/assets/wallpapers/insert_coin.jpeg deleted file mode 100644 index d311bb2..0000000 Binary files a/assets/wallpapers/insert_coin.jpeg and /dev/null differ diff --git a/assets/wallpapers/may2025/2CB.png b/assets/wallpapers/may2025/2CB.png deleted file mode 100755 index 3719d6a..0000000 Binary files a/assets/wallpapers/may2025/2CB.png and /dev/null differ diff --git a/assets/wallpapers/may2025/ALCHEMY-dark.png b/assets/wallpapers/may2025/ALCHEMY-dark.png deleted file mode 100755 index cba3faa..0000000 Binary files a/assets/wallpapers/may2025/ALCHEMY-dark.png and /dev/null differ diff --git a/assets/wallpapers/may2025/ALCHEMY-pink.png b/assets/wallpapers/may2025/ALCHEMY-pink.png deleted file mode 100755 index 7a30e60..0000000 Binary files a/assets/wallpapers/may2025/ALCHEMY-pink.png and /dev/null differ diff --git a/assets/wallpapers/may2025/AQUARIUM.png b/assets/wallpapers/may2025/AQUARIUM.png deleted file mode 100755 index 46a7113..0000000 Binary files a/assets/wallpapers/may2025/AQUARIUM.png and /dev/null differ diff --git a/assets/wallpapers/may2025/ARCHPOOL.png b/assets/wallpapers/may2025/ARCHPOOL.png deleted file mode 100755 index 0833853..0000000 Binary files a/assets/wallpapers/may2025/ARCHPOOL.png and /dev/null differ diff --git a/assets/wallpapers/may2025/HEART_NEBULA.png b/assets/wallpapers/may2025/HEART_NEBULA.png deleted file mode 100755 index 1336cfe..0000000 Binary files a/assets/wallpapers/may2025/HEART_NEBULA.png and /dev/null differ diff --git a/assets/wallpapers/may2025/HIRAETH.png b/assets/wallpapers/may2025/HIRAETH.png deleted file mode 100755 index ecce047..0000000 Binary files a/assets/wallpapers/may2025/HIRAETH.png and /dev/null differ diff --git a/assets/wallpapers/may2025/STRAY_KITTY_CLUB-beige.png b/assets/wallpapers/may2025/STRAY_KITTY_CLUB-beige.png deleted file mode 100755 index 6128e7c..0000000 Binary files a/assets/wallpapers/may2025/STRAY_KITTY_CLUB-beige.png and /dev/null differ diff --git a/assets/wallpapers/may2025/STRAY_KITTY_CLUB-mint.png b/assets/wallpapers/may2025/STRAY_KITTY_CLUB-mint.png deleted file mode 100755 index cdf3035..0000000 Binary files a/assets/wallpapers/may2025/STRAY_KITTY_CLUB-mint.png and /dev/null differ diff --git a/assets/wallpapers/may2025/STRAY_KITTY_CLUB-pink.png b/assets/wallpapers/may2025/STRAY_KITTY_CLUB-pink.png deleted file mode 100755 index f1a0670..0000000 Binary files a/assets/wallpapers/may2025/STRAY_KITTY_CLUB-pink.png and /dev/null differ diff --git a/assets/wallpapers/may2025/STRAY_KITTY_CLUB-teal.png b/assets/wallpapers/may2025/STRAY_KITTY_CLUB-teal.png deleted file mode 100755 index 1430c2d..0000000 Binary files a/assets/wallpapers/may2025/STRAY_KITTY_CLUB-teal.png and /dev/null differ diff --git a/assets/wallpapers/may2025/SYSTEMA.png b/assets/wallpapers/may2025/SYSTEMA.png deleted file mode 100755 index 49ad14d..0000000 Binary files a/assets/wallpapers/may2025/SYSTEMA.png and /dev/null differ diff --git a/assets/wallpapers/may2025/colorshift.png b/assets/wallpapers/may2025/colorshift.png deleted file mode 100755 index 8418a63..0000000 Binary files a/assets/wallpapers/may2025/colorshift.png and /dev/null differ diff --git a/assets/wallpapers/vox.jpg b/assets/wallpapers/vox.jpg deleted file mode 100644 index 4ea96d9..0000000 Binary files a/assets/wallpapers/vox.jpg and /dev/null differ diff --git a/assets/wallpapers/wave-minimal.png b/assets/wallpapers/wave-minimal.png deleted file mode 100644 index 5d322d4..0000000 Binary files a/assets/wallpapers/wave-minimal.png and /dev/null differ diff --git a/assets/wallpapers/xenia.jpg b/assets/wallpapers/xenia.jpg deleted file mode 100755 index 4f25d69..0000000 Binary files a/assets/wallpapers/xenia.jpg and /dev/null differ -- cgit v1.2.3