changed fonts + stuff
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
@@ -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
@@ -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 &
|
||||||
|
|||||||
Reference in New Issue
Block a user