feat(assets): bundle runtime assets and vendor dependencies

This commit is contained in:
2026-02-22 21:43:43 -08:00
parent d3fd47f0ec
commit ae95601698
429 changed files with 165389 additions and 0 deletions

BIN
assets/SubMiner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
assets/SubMinerTemplate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

BIN
assets/minecard.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

BIN
assets/minecard.mkv Normal file

Binary file not shown.

BIN
assets/minecard.mp4 Normal file

Binary file not shown.

BIN
assets/minecard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

BIN
assets/minecard.webm Normal file

Binary file not shown.

133
assets/themes/subminer.rasi Normal file
View File

@@ -0,0 +1,133 @@
* {
rosewater: #f4dbd6;
flamingo: #f0c6c6;
pink: #f5bde6;
mauve: #c6a0f6;
red: #ed8796;
maroon: #ee99a0;
peach: #f5a97f;
yellow: #eed49f;
green: #a6da95;
teal: #8bd5ca;
sky: #91d7e3;
sapphire: #7dc4e4;
blue: #8aadf4;
lavender: #b7bdf8;
text: #cad3f5;
subtext1: #b8c0e0;
subtext0: #a5adcb;
overlay2: #939ab7;
overlay1: #8087a2;
overlay0: #6e738d;
surface2: #5b6078;
surface1: #494d64;
surface0: #363a4f;
base: #24273a;
mantle: #1e2030;
crust: #181926;
background-color: @mantle;
text-color: @text;
accent: @mauve;
}
configuration {
show-icons: true;
icon-theme: "Papirus";
}
window {
width: 69%;
height: 69%;
background-color: @mantle;
border: 1px;
border-color: @surface1;
border-radius: 12px;
}
mainbox {
children: [inputbar, listview-split];
background-color: transparent;
padding: 8px;
}
inputbar {
children: [prompt, entry];
background-color: @base;
padding: 14px 18px;
border-radius: 8px;
margin: 4px 4px 0px 4px;
}
prompt {
text-color: @mauve;
background-color: transparent;
}
entry {
text-color: @text;
background-color: transparent;
placeholder: "Search videos...";
placeholder-color: @overlay0;
}
listview-split {
orientation: horizontal;
children: [listview];
background-color: transparent;
}
listview {
columns: 1;
lines: 14;
scrollbar: true;
background-color: transparent;
padding: 6px 4px;
fixed-columns: true;
spacing: 2px;
}
element {
padding: 10px 14px;
background-color: transparent;
border-radius: 6px;
}
element normal.normal {
background-color: transparent;
text-color: @subtext1;
}
element alternate.normal {
background-color: transparent;
text-color: @subtext1;
}
element selected.normal {
background-color: @base;
text-color: @text;
border: 0px 0px 0px 3px;
border-color: @mauve;
border-radius: 6px;
}
element-icon {
size: 48px;
background-color: transparent;
margin: 0px 10px 0px 0px;
}
element-text {
text-color: inherit;
background-color: transparent;
vertical-align: 0.5;
}
scrollbar {
width: 3px;
handle-color: @surface2;
handle-width: 3px;
background-color: transparent;
margin: 4px 0px 4px 4px;
border-radius: 2px;
}