Skip to content

Instantly share code, notes, and snippets.

@volcbs
volcbs / config.conf
Last active November 1, 2021 18:56
Configuration file for the RefindPlus boot menu. By default, it will automatically pick into the previous chosen bootloader.
#
# config.conf
# Configuration file for the RefindPlus boot menu
#
timeout 3 #wait for x seconds before RefindPlus picks the default one
scanfor manual,external #methods that used to locate bootloaders
disable_tag_help #disables feature that ensures hidden tags can always be unhidden
use_graphics_for opencore,windows #basically skip verbose logs
@volcbs
volcbs / comfy.css
Last active January 1, 2019 16:05
A Custom CSS for Chrome's "Just Read" Extension
@import url('https://fonts.googleapis.com/css?family=Meera+Inimai');
body {
font-family: 'Meera Inimai', sans-serif;
background-color: #B5C689;
color: #373D3F;
}
a, a:visited, a:hover {
color: #065588;