Skip to content

Instantly share code, notes, and snippets.

@jmatsushita
jmatsushita / live_as_source.css
Last active December 3, 2023 19:00 — forked from pmbauer/pseudo_focus.css
Obsidian CSS snippet to mimic source mode in live preview mode
/***
* Common tweaks
***/
/* Using the Github Theme with a few tweaks */
.theme-dark {
--background-primary: #1f1f1f;
}
/* display headings with normal font size */
#!/usr/bin/python
import os
import json
def update(module, state, name, auto, hotplug, iface_type, addr_family, address,
netmask, nameservers, gateway, provider):
try:
fd = open('/etc/network/interfaces')