mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 17:31:37 -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
|
;; Variables
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(defvar doom-modeline-height 23
|
(defvar doom-modeline-height 25
|
||||||
"How tall the mode-line should be (only respected in GUI Emacs).")
|
"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).")
|
"How wide the mode-line bar should be (only respected in GUI Emacs).")
|
||||||
|
|
||||||
(defvar doom-modeline-buffer-file-name-style 'truncate-upto-project
|
(defvar doom-modeline-buffer-file-name-style 'truncate-upto-project
|
||||||
|
|
Loading…
Add table
Reference in a new issue