im going through changes

This commit is contained in:
2024-10-15 11:35:43 -07:00
parent 625b61a4cc
commit ecc289897c
3 changed files with 10 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
import = ["/home/opal/.config/alacritty/gruvbox-light.toml"] import = ["/home/opal/.config/alacritty/gruvbox-light.toml"]
[env] [env]
TERM = "alacritty" TERM = "xterm-256color"
[font] [font]
size = 24 size = 22
[font.normal] [font.normal]
family = "Monospace" family = "Monospace"

View File

@@ -27,9 +27,9 @@
(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 "Monospace" :height 200) (set-face-attribute 'default nil :font "Monospace" :height 170)
(set-face-attribute 'fixed-pitch nil :font "Monospace" :height 200) (set-face-attribute 'fixed-pitch nil :font "Monospace" :height 170)
(set-face-attribute 'variable-pitch nil :font "ETBembo" :height 200) (set-face-attribute 'variable-pitch nil :font "ETBembo" :height 170)
(defun opal/org-font-setup () (defun opal/org-font-setup ()
;; Replace list hyphen with dot ;; Replace list hyphen with dot

View File

@@ -189,16 +189,16 @@ exec_always {
exec /usr/bin/syncthing exec /usr/bin/syncthing
# Notifications # Notifications
exec_always dunst exec_always pgrep -x dunst > /dev/null || dunst
# Wlsunset (Night Light) # Wlsunset (Night Light)
exec_always wlsunset -l 47.6 -L -122.3 -t 3200 -T 3500 exec_always pgrep -x wlsunset > /dev/null || wlsunset -l 47.6 -L -122.3 -t 3500 -T 6000
# udiskie - auto usb mounting # udiskie - auto usb mounting
exec /usr/bin/udiskie & exec /usr/bin/udiskie &
# Network Manager tray applet # Network Manager tray applet
exec_always /usr/bin/nm-applet exec /usr/bin/nm-applet
# Bluetooth manager tray applet # Bluetooth manager tray applet
exec /usr/bin/blueman-applet exec /usr/bin/blueman-applet
@@ -296,8 +296,8 @@ set $laptop eDP-1
bindswitch --reload --locked lid:on output $laptop disable bindswitch --reload --locked lid:on output $laptop disable
bindswitch --reload --locked lid:off output $laptop enable bindswitch --reload --locked lid:off output $laptop enable
# Monitors output HDMI-A-1 pos 0 402
output HDMI-A-1 scale 2.0 output DP-4 pos 3440 0
# Wallpaper # Wallpaper
output * bg ~/.config/wallpapers/greek-ruins.jpg fill output * bg ~/.config/wallpapers/greek-ruins.jpg fill