From b21ecce6645fc17c520b722de3d96e550c77c490 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 13 Mar 2025 21:30:13 -0400 Subject: Update --- src/wasp-obs.el | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'src/wasp-obs.el') diff --git a/src/wasp-obs.el b/src/wasp-obs.el index 0919eef4..35ead18d 100644 --- a/src/wasp-obs.el +++ b/src/wasp-obs.el @@ -89,6 +89,11 @@ Optionally, change text to MSG." "Toggle the debate topic." (w/pub '(monitor obs toggle) (list "Main" "Debate Topic"))) +(defun w/obs-toggle-spatiotemporal-clarity () + "Toggle the shader clarity effect." + (w/model-toggle "shaderclarity") + (w/pub '(monitor obs toggle) (list "Main" "Mic"))) + (w/defstruct w/obs-toggle toggle @@ -103,17 +108,19 @@ Optionally, change text to MSG." (defvar w/obs-toggles (list - (cons 'modclonk (w/make-obs-toggle :toggle #'w/obs-toggle-modclonk :reset 11)) - (cons 'live-reaction (w/make-obs-toggle :toggle #'w/obs-toggle-live-reaction :reset 17)) - (cons 'live-friend-reaction (w/make-obs-toggle :toggle #'w/obs-toggle-live-friend-reaction :reset 17)) - (cons 'thug-life (w/make-obs-toggle :toggle #'w/obs-toggle-thug-life :reset 17)) - (cons 'intj-stare (w/make-obs-toggle :toggle #'w/obs-toggle-intj-stare :reset 17)) - (cons 'critical-hit (w/make-obs-toggle :toggle #'w/obs-toggle-critical-hit :reset 3)) - (cons 'clickbait (w/make-obs-toggle :toggle #'w/obs-toggle-clickbait :reset 31)) - (cons 'chase-dreams (w/make-obs-toggle :toggle #'w/obs-toggle-chase-dreams :reset 31)) - (cons 'total-clarity (w/make-obs-toggle :toggle #'w/obs-toggle-total-clarity :reset 10)) - (cons 'activate-nixos (w/make-obs-toggle :toggle #'w/obs-toggle-activate-nixos :reset 31)) - (cons 'pharaohs-curse (w/make-obs-toggle :toggle (lambda () (w/model-toggle "sand")) :reset 20)))) + (cons 'modclonk (w/make-obs-toggle :toggle #'w/obs-toggle-modclonk :reset 11)) + (cons 'live-reaction (w/make-obs-toggle :toggle #'w/obs-toggle-live-reaction :reset 17)) + (cons 'live-friend-reaction (w/make-obs-toggle :toggle #'w/obs-toggle-live-friend-reaction :reset 17)) + (cons 'thug-life (w/make-obs-toggle :toggle #'w/obs-toggle-thug-life :reset 17)) + (cons 'intj-stare (w/make-obs-toggle :toggle #'w/obs-toggle-intj-stare :reset 17)) + (cons 'critical-hit (w/make-obs-toggle :toggle #'w/obs-toggle-critical-hit :reset 3)) + (cons 'clickbait (w/make-obs-toggle :toggle #'w/obs-toggle-clickbait :reset 31)) + (cons 'chase-dreams (w/make-obs-toggle :toggle #'w/obs-toggle-chase-dreams :reset 31)) + (cons 'total-clarity (w/make-obs-toggle :toggle #'w/obs-toggle-total-clarity :reset 10)) + (cons 'activate-nixos (w/make-obs-toggle :toggle #'w/obs-toggle-activate-nixos :reset 31)) + (cons 'pharaohs-curse (w/make-obs-toggle :toggle (lambda () (w/model-toggle "sand")) :reset 20)) + (cons 'spatiotemporal-clarity (w/make-obs-toggle :toggle #'w/obs-toggle-spatiotemporal-clarity :reset 7)) + )) (defun w/obs-activate-toggle (tnm &rest args) "Pass ARGS to the callback for toggle symbol TNM and start its timer." -- cgit v1.2.3