diff options
| author | 2025-04-10 16:34:50 -0700 | |
|---|---|---|
| committer | 2025-04-10 16:34:50 -0700 | |
| commit | 094f8e8c807d9f59233406f70fee8bbb7c6d5bea (patch) | |
| tree | 49b7a714bd8e7ba97e650241dc2166f1eae6d05f | |
| parent | 2b7920211e7fa5828de79c9d1794820578ec39fd (diff) | |
| download | new-dotfiles-094f8e8c807d9f59233406f70fee8bbb7c6d5bea.tar.gz new-dotfiles-094f8e8c807d9f59233406f70fee8bbb7c6d5bea.zip | |
stumpwm: Make mode-line a little nicer
| -rw-r--r-- | oni/home/services/stumpwm/config | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/config index d21d9c8..f217f33 100644 --- a/oni/home/services/stumpwm/config +++ b/oni/home/services/stumpwm/config @@ -79,10 +79,12 @@ after it has been unlocked." (set-focus-color "#ff9800") (set-unfocus-color "#3f4242") -(setf *mode-line-background-color* "#5b6161" - *mode-line-foreground-color* "#bfbfbf") +(setf *mode-line-background-color* "#111414" + *mode-line-foreground-color* "#bfbfbf" + *mode-line-border-width* 0 + *mode-line-pad-x* 10) (setf *screen-mode-line-format* - (list " [^B%n^b] " + (list "[ ^B%n^b ] " "^[^(:bg \"#f17272\")^(:fg \"#222424\") " '(:eval (or (ignore-errors (window-title (current-window))) @@ -90,9 +92,9 @@ after it has been unlocked." " ^]^>" '(:eval (if (vpn-connected-p) - "^*5^B[VPN]^b^n " + "^*5^B[ VPN ]^b^n " "")) - "%d ")) + "[ %d ] ")) ;;; Redefinition of the make mode-line window to add the Dock window type. (defun stumpwm::make-mode-line-window (screen) |
