diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index e5ae08a..e7b36ba 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -10,16 +10,13 @@ (setq user-full-name "Colin Powell" user-mail-address "colin@onec.me") -(setq doom-theme 'wombat) - -(if (display-graphic-p) - (setq doom-theme 'doom-peacock)) +(setq doom-theme 'doom-peacock) ;; Fonts (setq doom-font (font-spec :family "IBM Plex Mono" :size 14)) (setq doom-big-font (font-spec :family "IBM Plex Mono" :size 21)) -(set-frame-parameter nil 'internal-border-width 12) +(set-frame-parameter nil 'internal-border-width 10) ;; ;; Keybinds @@ -171,8 +168,8 @@ (load! "+ui.el") (load! "+org") ;; Org mode stuff like todos and rebindings (load! "+org-cal") -;(load! "+elfeed") (load! "+nov") ;; nov.el epub mode settings +(load! "+elfeed") (load! "+mail") ;; Mail stuff (load! "+ranger") (load! "+wttrin") ;; Weather config diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index bdfa6d8..794b1e0 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -185,7 +185,7 @@ ["#242424" "#e5786d" "#95e454" "#cae682" "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"]) '(custom-safe-themes (quote - ("f5568ed375abea716d1bdfae0316d1d179f69972eaccd1f331b3e9863d7e174a" default))) + ("43c808b039893c885bdeec885b4f7572141bd9392da7f0bd8d8346e02b2ec8da" "3b3573ac73e802a00c9ea11c08f720c2d4dd2a2205a2f33075a828cc23c78c12" "f5568ed375abea716d1bdfae0316d1d179f69972eaccd1f331b3e9863d7e174a" default))) '(doom-big-font-mode nil) '(fci-rule-color "#BA45A3") '(jdee-db-active-breakpoint-face-colors (cons "#131033" "#1ea8fc")) diff --git a/fish/.config/fish/functions/off.fish b/fish/.config/fish/functions/off.fish new file mode 100644 index 0000000..0162ae6 --- /dev/null +++ b/fish/.config/fish/functions/off.fish @@ -0,0 +1,4 @@ +function off + set -x DISPLAY :0 +xset -dpms s on +end diff --git a/fish/.config/fish/functions/on.fish b/fish/.config/fish/functions/on.fish new file mode 100644 index 0000000..49ec868 --- /dev/null +++ b/fish/.config/fish/functions/on.fish @@ -0,0 +1,4 @@ +function on + set -x DISPLAY :0 +xset -dpms s off +end diff --git a/mail/.config/afew/config b/mail/.config/afew/config index 8d4ccfb..50e4098 100644 --- a/mail/.config/afew/config +++ b/mail/.config/afew/config @@ -21,7 +21,7 @@ message = notmuch emacs stuff # Sentry errors, skip the inbox, tag as sentry [Filter.2] query = 'from:noreply@md.getsentry.com' -tags = +sentry;-inbox;+15five;-unread +tags = +sentry;+15five;-unread message = sentry error # Jira tag as Jira