From 571190b98fe909bfe6844db4a8833cb079860290 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:15:52 -0500 Subject: org clock modeline indicator --- bard-elisp/bard-theme.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bard-elisp/bard-theme.el') diff --git a/bard-elisp/bard-theme.el b/bard-elisp/bard-theme.el index 26e57fa..f006a18 100644 --- a/bard-elisp/bard-theme.el +++ b/bard-elisp/bard-theme.el @@ -21,7 +21,7 @@ :default-height 130 :default-weight medium :fixed-pitch-family "Iosevka Comfy Wide Motion" - :variable-pitch-family "Iosevka Comfy Wide Duo" + :variable-pitch-family "Iosevka Comfy Wide Motion Duo" :bold-weight extrabold) (mono :default-height 130 @@ -38,6 +38,11 @@ :default-family "Monaco" :variable-pitch-family "Monaco" :fixed-pitch-family "Monaco") + (bit + :default-height 140 + :default-family "Ttyp0 OTB" + :variable-pitch-family "Ttyp0 OTB" + :fixed-pitch-family "Ttyp0 OTB") (large :inherit default :default-height 160) -- cgit v1.2.3