From 9059cec94c33cf2848cbc47c2c319139b03d116d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 16 Mar 2023 22:47:48 -0700 Subject: Add the current date to the mode-line, set up some color --- oni/home/services/stumpwm/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'oni/home/services') diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/config index ac26c9f..47c8938 100644 --- a/oni/home/services/stumpwm/config +++ b/oni/home/services/stumpwm/config @@ -47,6 +47,10 @@ after it has been unlocked." '(("teams-for-linux" ("C-M-Break" . "C-S-m")))) +(setf *mode-line-background-color* "#5b6161" + *mode-line-foreground-color* "#bfbfbf" + *screen-mode-line-format* "[^B%n^b] %W^>%d") (mode-line) + (restore-from-file "default") (swank:create-server :dont-close t) -- cgit v1.2.3-54-g00ecf