Skip to content

Instantly share code, notes, and snippets.

View lunaynx's full-sized avatar

Luna lunaynx

View GitHub Profile
@lunaynx
lunaynx / meow.md
Created October 9, 2025 15:04
meow

meow

@lunaynx
lunaynx / libimobiledevice.Dockerfile
Created June 20, 2024 23:12
Docker image to statically compile libimobiledevice suite binaries for Linux x86_64
FROM alpine AS base
ENV CONF_ARGS="--disable-shared" \
CMAKE_ARGS="-DBUILD_SHARED_LIBS=0" \
CC="clang-15" \
CXX="clang++-15" \
LD="ld.lld" \
LDFLAGS="-no-pie -static -static-libgcc -Wl,--no-dynamic-linker -Wl,-static"
RUN apk add --no-cache autoconf automake ca-certificates clang15 cmake eudev-dev gcc git gnupg libtool linux-headers make musl-dev ncurses-static ncurses-terminfo nghttp2-dev nghttp2-static openssl-dev openssl-libs-static pkgconf wget xz zlib-dev zlib-static
FROM base AS libplist
@lunaynx
lunaynx / discord-oled.css
Last active May 20, 2024 13:48
Restore Discord OLED Theme on Desktop (Note: This is not needed anymore (at least for the time being). You can just use the new "Desktop Visual Refresh" experiment to unlock the theme again.)
.theme-dark .container__26baa {
border-bottom: 1px solid var(--background-modifier-accent);
}
.theme-dark .background__2fff8 {
background-color: var(--home-background);
}
.theme-dark .background_c54132 {
background-color: var(--home-background);
}
.theme-dark {