dots


commit
809dfef
parent
949dd37
author
xxwhirlpool
date
2026-05-14 10:16:42 -0400 EDT
misc
2 files changed,  +11, -0
M config/.local/bin/webcamimg
+6, -0
 1@@ -1,5 +1,11 @@
 2 #!/usr/bin/env bash
 3 
 4+# check if it's running anywhere else but laptop
 5+if [[ "$(hostname)" != "mariposa" ]]; then
 6+	echo "only works on your laptop, dumbass"
 7+	exit 1
 8+fi
 9+
10 PICPATH="/home/kat/Pictures/Camera/webcam"
11 
12 # turn on webcam for a bit so the brightness isn't fucked
M dots_gotm_site.sh
+5, -0
 1@@ -4,6 +4,11 @@ dots_home="/home/kat/dotfiles"
 2 orange_var="ef9f76"
 3 pink_var="f08eca"
 4 
 5+if [[ ! "$(command -v pgit)" ]]; then
 6+	echo "missing required dependency: pgit"
 7+	exit 1
 8+fi
 9+
10 build_site() {
11 	# build
12 	pgit --revs main --repo "/home/kat/dotfiles" --label dots --out ./public --theme catppuccin-frappe