aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/stumpwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-03-16 22:47:48 -0700
committerGravatar Tom Willemse2023-03-16 22:47:48 -0700
commit9059cec94c33cf2848cbc47c2c319139b03d116d (patch)
treebdfa69af909dde29a5f84617e63e39a86484d6d4 /oni/home/services/stumpwm
parentdd26c05db85c72bd577162ce5e3384b99a9aaeec (diff)
downloadnew-dotfiles-9059cec94c33cf2848cbc47c2c319139b03d116d.tar.gz
new-dotfiles-9059cec94c33cf2848cbc47c2c319139b03d116d.zip
Add the current date to the mode-line, set up some color
Diffstat (limited to 'oni/home/services/stumpwm')
-rw-r--r--oni/home/services/stumpwm/config4
1 files changed, 4 insertions, 0 deletions
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)