Skip to content

Instantly share code, notes, and snippets.

View metawops's full-sized avatar
🎯
Focusing

Stefan Wolfrum metawops

🎯
Focusing
View GitHub Profile
@metawops
metawops / starship.toml
Created December 27, 2025 18:35
starship prompt definition for my Arch Linus based installation of CachyOS (no glyph for CachyOS, yet)
# Starship Konfiguration - Catppuccin Mocha (P10k Style)
# Stabilisiert für Fedora 43 KDE + Ghostty -> Jetzt CachyOS
# Mit Right-Aligned Cmd Duration
add_newline = true
palette = "catppuccin_mocha"
# Die Hauptstruktur des Prompts
# $fill schiebt alles Folgende nach rechts
format = """
@metawops
metawops / keycap.css
Last active July 31, 2025 09:25
CSS Class for keycaps. Used in my GitHub Pages Blog ("minimal mistakes" theme) inside the /assets/css/main.scss file
// class für Keycaps
.keycap {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 1.4em !important; /* Breite kann je nach Geschmack/für Doppelzeichen angepasst werden */
height: 1.3em !important; /* Höhe bestimmt die Einheitlichkeit */
border-radius: 0.2em !important; /* Wert für abgerundete Ecken (z. B. 0.5em bis 0.8em) */
background: #c5cfed !important; /* Hintergrundfarbe */
border: 2px solid #242424; /* Rahmenfarbe */
@metawops
metawops / NumberSpirals.py
Last active July 5, 2016 13:01
NumberSpirals.pyui
#----------------------------------------------------------
# Title : Number Spirals Explorer
# Author : Stefan Wolfrum (@metawops)
# Date : June 2016
# License: CC0
#----------------------------------------------------------
import ui
import math
import webbrowser