changed fonts + stuff

This commit is contained in:
2024-09-30 19:27:17 -07:00
parent 327d13992e
commit 625b61a4cc
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ import = ["/home/opal/.config/alacritty/gruvbox-light.toml"]
TERM = "alacritty" TERM = "alacritty"
[font] [font]
size = 22 size = 24
[font.normal] [font.normal]
family = "Terminus" family = "Monospace"
style = "Regular" style = "Regular"
[font.offset] [font.offset]
+2 -2
View File
@@ -27,8 +27,8 @@
(add-hook mode (lambda () (display-line-numbers-mode 0)))) (add-hook mode (lambda () (display-line-numbers-mode 0))))
;; Font configuration ;; Font configuration
(set-face-attribute 'default nil :font "Terminus" :height 200) (set-face-attribute 'default nil :font "Monospace" :height 200)
(set-face-attribute 'fixed-pitch nil :font "Terminus" :height 200) (set-face-attribute 'fixed-pitch nil :font "Monospace" :height 200)
(set-face-attribute 'variable-pitch nil :font "ETBembo" :height 200) (set-face-attribute 'variable-pitch nil :font "ETBembo" :height 200)
(defun opal/org-font-setup () (defun opal/org-font-setup ()
+1 -1
View File
@@ -192,7 +192,7 @@ exec /usr/bin/syncthing
exec_always dunst exec_always dunst
# Wlsunset (Night Light) # Wlsunset (Night Light)
exec_always wlsunset -l 47.6 -L -122.3 -t 2000 -T 3000 exec_always wlsunset -l 47.6 -L -122.3 -t 3200 -T 3500
# udiskie - auto usb mounting # udiskie - auto usb mounting
exec /usr/bin/udiskie & exec /usr/bin/udiskie &