From baafb1a9cb0b118ab4171f5dbd6714e19b8663ac Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Sat, 20 Mar 2021 23:53:28 +0100 Subject: [PATCH] Update emacs --- files/.config/i3/config | 7 ++++--- files/.config/polybar/config | 2 +- files/init.el | 21 ++++++++++++++++++++- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/files/.config/i3/config b/files/.config/i3/config index d43f43c..8e966a2 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -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 diff --git a/files/.config/polybar/config b/files/.config/polybar/config index 5658155..31daf18 100644 --- a/files/.config/polybar/config +++ b/files/.config/polybar/config @@ -128,7 +128,7 @@ label-underline = ${colors.accent} type = internal/date label = %time% -time = %H:%M %p +time = %I:%M %p #format-prefix = "󰥔 " diff --git a/files/init.el b/files/init.el index 50dbb50..616ab4a 100644 --- a/files/init.el +++ b/files/init.el @@ -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.