Skip to content

Instantly share code, notes, and snippets.

View b0o's full-sized avatar
👻
Boo!

Maddison Hellstrom b0o

👻
Boo!
View GitHub Profile
# Theming
font: Pragmasevka Nerd Font 16
background: "#25213B"
color: "#DFD9FB"
border: "#8466E4"
separator: " ➜ "
border_width: 3
corner_r: 6
padding: 15
rows_per_column: 5
// https://github.com/YaLTeR/niri/wiki/Configuration:-Input
input {
keyboard {
numlock
repeat-delay 240
repeat-rate 40
}
mouse {
accel-speed 0.0
@b0o
b0o / lavi.js
Last active April 16, 2025 01:57
// Lavi Theme for Blink Shell
// Basic 16 colors from the palette
black = '#282c34'; // 0
red = '#e06c75'; // 1
green = '#98c379'; // 2
yellow = '#e5c07b'; // 3
blue = '#61afef'; // 4
magenta = '#c678dd'; // 5
cyan = '#56b6c2'; // 6
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Lavi Theme</string>
<key>settings</key>
<array>
<!-- Base editor settings -->
<dict>
@b0o
b0o / iqalc
Created January 10, 2025 15:19
#!/bin/bash
# iqalc = fzf + qalc ^ love
#
# (c) 2020 Maddison Hellstrom (github.com/b0o)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@b0o
b0o / 0.md
Last active February 18, 2025 02:40
Bluesky Starter Pack List Adder

Install UserScript Follow Me

2024-12-18_21-22-05_region_re.mp4
analytic-geometry
area
arithmetic-operator
arithmetic-progression
asymptotics
binary-equation
binary-operator
binomial-coefficient
bisection
calendar
#!/usr/bin/perl
# Author: Todd Larason <jtl@molehill.org>
# $XFree86: xc/programs/xterm/vttests/256colors2.pl,v 1.1 1999/07/11 08:49:54 dawes Exp $
print "256 color mode\n\n";
# display back ground colors
for ($fgbg = 38; $fgbg <= 48; $fgbg +=10) {