Update emacs

This commit is contained in:
Marco Thomas
2021-03-20 23:53:28 +01:00
parent 7ea95c2975
commit baafb1a9cb
3 changed files with 25 additions and 5 deletions

View File

@@ -23,8 +23,8 @@ for_window [class="^.*"] border pixel 0
# Colors
set $text "#ffffff"
set $red "#e06c75"
set $termbg "#1C1B1D"
set $border "#D8D8D8"
set $termbg "#282c34"
set $border "#666666"
set $acc "#98C379"
# Class Border Backgr. Text Indic. Child_border
@@ -35,7 +35,8 @@ client.urgent $red $termbg $text $red $red
client.background $border
# i3-gaps
gaps inner 4
gaps inner 6
smart_gaps on
# ============================== Keybinds
#Terminal

View File

@@ -128,7 +128,7 @@ label-underline = ${colors.accent}
type = internal/date
label = %time%
time = %H:%M %p
time = %I:%M %p
#format-prefix = "󰥔 "

View File

@@ -66,9 +66,28 @@
:init (doom-modeline-mode 1)
:custom ((doom-modeline-height 10)))
;; icons
(use-package all-the-icons
:ensure t)
;; fancy startup screen
(use-package page-break-lines
:ensure t)
(use-package dashboard
:ensure t
:config
(dashboard-setup-startup-hook))
(setq dashboard-banner-logo-title "Welcome back, Marc")
;(setq dashboard-startup-banner "/home/marc/data/nextcloud/bilder/anime/5de1695.png")
(setq dashboard-startup-banner 'logo)
(setq dashboard-center-content t)
(setq dashboard-items '((recents . 5)
(projects . 5)))
(setq dashboard-set-heading-icons t)
(setq dashboard-set-file-icons t)
;; NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA NYA
;; music requires 'player'
(use-package nyan-mode
@@ -353,7 +372,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(org-bullets ein fill-column-indicator lsp-haskell haskell-mode lsp-java auctex rust-mode flycheck yasnippet counsel-projectile projectile company-box company lsp-ivy lsp-ui lsp-mode magit counsel evil-collection evil which-key general all-the-icons doom-themes use-package)))
'(dashboard org-bullets ein fill-column-indicator lsp-haskell haskell-mode lsp-java auctex rust-mode flycheck yasnippet counsel-projectile projectile company-box company lsp-ivy lsp-ui lsp-mode magit counsel evil-collection evil which-key general all-the-icons doom-themes use-package)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.