diff options
| -rw-r--r-- | oni/home/services/stumpwm/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/config index 12c22bc..36208c5 100644 --- a/oni/home/services/stumpwm/config +++ b/oni/home/services/stumpwm/config @@ -85,11 +85,11 @@ after it has been unlocked." *mode-line-pad-x* 10) (setf *screen-mode-line-format* (list "[ ^B%n^b ] " - "^[^(:bg \"#f17272\")^(:fg \"#222424\") " + "^[^(:bg \"#f17272\")^(:fg \"#222424\")[ " '(:eval (or (ignore-errors (window-title (current-window))) "Unknown")) - " ^]^>" + " ]^]^>" '(:eval (if (vpn-connected-p) "^*5^B[ VPN ]^b^n " |
