Skip to content

Instantly share code, notes, and snippets.

View DerGoogler's full-sized avatar
🍃
Busy.

Der_Googler DerGoogler

🍃
Busy.
View GitHub Profile
@DerGoogler
DerGoogler / README.md
Last active September 3, 2024 20:33
ModConf prototype for the livebootmagisk module

fallbackwidth and fallbackheight are empty when you run the config in the browser

Note

The current version is messy.

image

@DerGoogler
DerGoogler / custom.css
Last active March 24, 2025 17:20
Custom theme for the Magiak Module "bindhosts". Only for main use in MMRL.
@import url("https://mui.kernelsu.org/mmrl/colors.css");
:root {
/* Background colors */
--bg-primary: var(--background);
--bg-secondary: var(--tonalSurface);
--bg-input: var(--surfaceBright);
/* Text colors */
--text-primary: var(--onSurface);