Use lazycat-theme & awesome-tray
This commit is contained in:
parent
03212a8b64
commit
44bb63ffe0
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
||||
auto-save-list
|
||||
tramp
|
||||
.\#*
|
||||
var/
|
||||
|
||||
# Org-mode
|
||||
.org-id-locations
|
||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -19,3 +19,9 @@
|
||||
[submodule "site-lisp/beancount-mode"]
|
||||
path = site-lisp/beancount-mode
|
||||
url = https://github.com/beancount/beancount-mode.git
|
||||
[submodule "site-lisp/lazycat-theme"]
|
||||
path = site-lisp/lazycat-theme
|
||||
url = https://github.com/manateelazycat/lazycat-theme.git
|
||||
[submodule "site-lisp/awesome-tray"]
|
||||
path = site-lisp/awesome-tray
|
||||
url = https://github.com/manateelazycat/awesome-tray.git
|
||||
|
@ -5,28 +5,19 @@
|
||||
;;; Code:
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; Theme
|
||||
(use-package doom-themes)
|
||||
;;; lazycat-themes & awesome-tray
|
||||
(add-to-list 'load-path "~/.emacs.d/site-lisp/lazycat-theme")
|
||||
(require 'lazycat-theme)
|
||||
(lazycat-theme-load-dark)
|
||||
|
||||
(use-package circadian
|
||||
:hook
|
||||
(emacs-startup . circadian-setup)
|
||||
:config
|
||||
(setq calendar-latitude 40.0)
|
||||
(setq calendar-longitude 116.4)
|
||||
(setq circadian-themes '((:sunrise . (
|
||||
modus-operandi
|
||||
adwaita
|
||||
doom-one-light
|
||||
doom-solarized-light
|
||||
))
|
||||
(:sunset . (
|
||||
;; modus-vivendi
|
||||
doom-one
|
||||
;; doom-opera
|
||||
;; doom-nord-aurora
|
||||
))
|
||||
)))
|
||||
(add-to-list 'load-path "~/.emacs.d/site-lisp/awesome-tray")
|
||||
(require 'awesome-tray)
|
||||
(awesome-tray-mode 1)
|
||||
(setq awesome-tray-meow-show-mode t)
|
||||
(setq awesome-tray-git-show-status t)
|
||||
|
||||
; https://emacs-china.org/t/emacs/6853/14
|
||||
(setq-default mode-line-format (remove 'mode-line-buffer-identification mode-line-format))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; Tab Bar
|
||||
@ -77,12 +68,6 @@
|
||||
(nerd-icons-font-family "Symbols Nerd Font Mono")
|
||||
)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; Modeline
|
||||
(use-package doom-modeline
|
||||
:ensure t
|
||||
:hook (after-init . doom-modeline-mode))
|
||||
|
||||
(provide 'init-ui)
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; init-ui.el ends here
|
||||
|
1
site-lisp/awesome-tray
Submodule
1
site-lisp/awesome-tray
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 138c7d22b1cd82ed883de1c859ead7a93736a734
|
1
site-lisp/lazycat-theme
Submodule
1
site-lisp/lazycat-theme
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit d0f8566485d8e00f86fd6ad4e93f016c9a88a9d8
|
Loading…
Reference in New Issue
Block a user