diff --git a/files/.config/polybar/config b/files/.config/polybar/config index c4c3a9a..5658155 100644 --- a/files/.config/polybar/config +++ b/files/.config/polybar/config @@ -244,4 +244,4 @@ format-disconnected = "󰤮 No Connection" [module/sep] type = custom/text -content = | \ No newline at end of file +content = | diff --git a/files/init.el b/files/init.el index ebd05a1..50dbb50 100644 --- a/files/init.el +++ b/files/init.el @@ -12,7 +12,9 @@ (toggle-scroll-bar -1) ;; Or this (setq inhibit-startup-screen t) ;; Leave me alone with your tutorials (setq tramp-default-method "ssh") ;; speed up tramp mode -(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100) ;; Set font size + +;; Font +(set-face-attribute 'default nil :font "FiraCode Nerd Font Mono" :height 100) ;; Make ESC quit prompts (global-set-key (kbd "") 'keyboard-escape-quit) @@ -62,12 +64,19 @@ (use-package doom-modeline :ensure t :init (doom-modeline-mode 1) - :custom ((doom-modeline-height 10))) (use-package all-the-icons :ensure 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 + :ensure t + :config + (nyan-mode) + (nyan-start-animation)) + ;; heuristic indentation (use-package dtrt-indent :ensure t