Change the color of the window name in the mode line
This commit is contained in:
parent
c907fbe9db
commit
806901b70d
1 changed files with 2 additions and 1 deletions
|
@ -64,10 +64,11 @@ after it has been unlocked."
|
|||
*mode-line-foreground-color* "#bfbfbf")
|
||||
(setf *screen-mode-line-format*
|
||||
(list " [^B%n^b] "
|
||||
"^[^(:bg \"#f17272\")^(:fg \"#222424\") "
|
||||
'(:eval
|
||||
(or (ignore-errors (window-title (current-window)))
|
||||
"Unknown"))
|
||||
"^>"
|
||||
" ^]^>"
|
||||
'(:eval
|
||||
(if (vpn-connected-p)
|
||||
"^*5^B[VPN]^b^n "
|
||||
|
|
Loading…
Reference in a new issue