From 205133ca3b7b47ffa4c95421e307b349429c3322 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 17 Nov 2018 09:16:30 +0100 Subject: [PATCH] Removed IP adress from modeline --- stumpwm/stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 9f4e779..5d2d7fe 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -71,7 +71,7 @@ *mode-line-border-width* 3 *mode-line-pad-x* 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 (setf *window-format* "^B %n ^b %20t "