~lucymcphail/dotfiles

8cfafe4060f8a9009727eae60d3d384975b07b37 — Lucy McPhail 2 months ago 4efa18b
Update .emacs.d/lucy/lucy-appearance.el
Update .xinitrc
2 files changed, 4 insertions(+), 8 deletions(-)

M dot_emacs.d/lucy/lucy-appearance.el
M dot_xinitrc
M dot_emacs.d/lucy/lucy-appearance.el => dot_emacs.d/lucy/lucy-appearance.el +0 -8
@@ 10,14 10,6 @@
(column-number-mode t)
(show-paren-mode t)

(use-package auto-dark
  :ensure t
  :after (modus-themes)
  :config
  (setq auto-dark-dark-theme 'modus-vivendi)
  (setq auto-dark-light-theme 'modus-operandi)
  (auto-dark-mode t))

(use-package modus-themes
  :ensure t
  :bind ("C-c t" . modus-themes-toggle)

M dot_xinitrc => dot_xinitrc +4 -0
@@ 13,6 13,10 @@ xfce4-power-manager &

dunst &

picom &

1password --silent &

if [ -x /usr/bin/nm-applet ] ; then
   nm-applet --sm-disable &
fi