Doom emacs && i3 clock update

This commit is contained in:
Devon Tingley 2023-01-07 21:14:58 -05:00
parent 48aa296a06
commit ca0a2382b8
3 changed files with 36 additions and 36 deletions

View file

@ -28,7 +28,7 @@
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
;; refresh your font settings. If Emacs still can't find your font, it likely ;; refresh your font settings. If Emacs still can't find your font, it likely
;; wasn't installed correctly. Font issues are rarely Doom issues! ;; wasn't installed correctly. Font issues are rarely Doom issues!
(setq doom-font (font-spec :family "SourceCodePro" :size 14 :weight 'regular)) (setq doom-font (font-spec :family "SourceCodePro" :size 18 :weight 'regular))
;; There are two ways to load a theme. Both assume the theme is installed and ;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the ;; available. You can either set `doom-theme' or manually load a theme with the

View file

@ -37,7 +37,7 @@ max_vol = 100
[[block]] [[block]]
block = "time" block = "time"
format = "%a %m/%d %r" format = "%a %m/%d %T"
timezone = "US/Eastern" timezone = "US/Eastern"
interval = 1 interval = 1
locale = "en_US" locale = "en_US"