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
|
auto-save-list
|
||||||
tramp
|
tramp
|
||||||
.\#*
|
.\#*
|
||||||
|
var/
|
||||||
|
|
||||||
# Org-mode
|
# Org-mode
|
||||||
.org-id-locations
|
.org-id-locations
|
||||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -19,3 +19,9 @@
|
|||||||
[submodule "site-lisp/beancount-mode"]
|
[submodule "site-lisp/beancount-mode"]
|
||||||
path = site-lisp/beancount-mode
|
path = site-lisp/beancount-mode
|
||||||
url = https://github.com/beancount/beancount-mode.git
|
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:
|
;;; Code:
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;; Theme
|
;;; lazycat-themes & awesome-tray
|
||||||
(use-package doom-themes)
|
(add-to-list 'load-path "~/.emacs.d/site-lisp/lazycat-theme")
|
||||||
|
(require 'lazycat-theme)
|
||||||
|
(lazycat-theme-load-dark)
|
||||||
|
|
||||||
(use-package circadian
|
(add-to-list 'load-path "~/.emacs.d/site-lisp/awesome-tray")
|
||||||
:hook
|
(require 'awesome-tray)
|
||||||
(emacs-startup . circadian-setup)
|
(awesome-tray-mode 1)
|
||||||
:config
|
(setq awesome-tray-meow-show-mode t)
|
||||||
(setq calendar-latitude 40.0)
|
(setq awesome-tray-git-show-status t)
|
||||||
(setq calendar-longitude 116.4)
|
|
||||||
(setq circadian-themes '((:sunrise . (
|
; https://emacs-china.org/t/emacs/6853/14
|
||||||
modus-operandi
|
(setq-default mode-line-format (remove 'mode-line-buffer-identification mode-line-format))
|
||||||
adwaita
|
|
||||||
doom-one-light
|
|
||||||
doom-solarized-light
|
|
||||||
))
|
|
||||||
(:sunset . (
|
|
||||||
;; modus-vivendi
|
|
||||||
doom-one
|
|
||||||
;; doom-opera
|
|
||||||
;; doom-nord-aurora
|
|
||||||
))
|
|
||||||
)))
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;; Tab Bar
|
;;; Tab Bar
|
||||||
@ -77,12 +68,6 @@
|
|||||||
(nerd-icons-font-family "Symbols Nerd Font Mono")
|
(nerd-icons-font-family "Symbols Nerd Font Mono")
|
||||||
)
|
)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
;;; Modeline
|
|
||||||
(use-package doom-modeline
|
|
||||||
:ensure t
|
|
||||||
:hook (after-init . doom-modeline-mode))
|
|
||||||
|
|
||||||
(provide 'init-ui)
|
(provide 'init-ui)
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;; init-ui.el ends here
|
;;; 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