mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Adjust mode-line height (25) and bar width (3).
This commit is contained in:
parent
7f86ec193d
commit
fde317e967
1 changed files with 2 additions and 2 deletions
|
@ -67,10 +67,10 @@
|
|||
;; Variables
|
||||
;;
|
||||
|
||||
(defvar doom-modeline-height 23
|
||||
(defvar doom-modeline-height 25
|
||||
"How tall the mode-line should be (only respected in GUI Emacs).")
|
||||
|
||||
(defvar doom-modeline-bar-width 1
|
||||
(defvar doom-modeline-bar-width 3
|
||||
"How wide the mode-line bar should be (only respected in GUI Emacs).")
|
||||
|
||||
(defvar doom-modeline-buffer-file-name-style 'truncate-upto-project
|
||||
|
|
Loading…
Reference in a new issue