mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05: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…
Add table
Reference in a new issue