aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-04-10 16:34:50 -0700
committerGravatar Tom Willemse2025-04-10 16:34:50 -0700
commit094f8e8c807d9f59233406f70fee8bbb7c6d5bea (patch)
tree49b7a714bd8e7ba97e650241dc2166f1eae6d05f /oni/home
parent2b7920211e7fa5828de79c9d1794820578ec39fd (diff)
downloadnew-dotfiles-094f8e8c807d9f59233406f70fee8bbb7c6d5bea.tar.gz
new-dotfiles-094f8e8c807d9f59233406f70fee8bbb7c6d5bea.zip
stumpwm: Make mode-line a little nicer
Diffstat (limited to 'oni/home')
-rw-r--r--oni/home/services/stumpwm/config12
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)