Removed IP adress from modeline
This commit is contained in:
parent
dd19e3c74a
commit
205133ca3b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
*mode-line-border-width* 3
|
*mode-line-border-width* 3
|
||||||
*mode-line-pad-x* 3
|
*mode-line-pad-x* 3
|
||||||
*mode-line-pad-y* 3
|
*mode-line-pad-y* 3
|
||||||
*screen-mode-line-format* (list "[" '(:eval (RUN-SHELL-COMMAND "date '+%F %H:%M'|tr -d [:cntrl:]" T)) "] [%n] %w ^> [" '(:eval (RUN-SHELL-COMMAND "hostname -I |tr -d [:cntrl:]" T)) "][%B] [marcel@%h] %T"))
|
*screen-mode-line-format* (list "[" '(:eval (RUN-SHELL-COMMAND "date '+%F %H:%M'|tr -d [:cntrl:]" T)) "] [%n] %w ^> [%B] [marcel@%h] %T"))
|
||||||
|
|
||||||
;; customize texts
|
;; customize texts
|
||||||
(setf *window-format* "^B %n ^b %20t "
|
(setf *window-format* "^B %n ^b %20t "
|
||||||
|
|
Loading…
Reference in a new issue