From 76063e5f6fe28f0b7c6c7cf53bd273fc7bc28253 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 18 Nov 2021 07:25:43 +0100 Subject: [PATCH] [stumpwm] Refine modeline style --- stumpwm/stumpwmrc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 8456dd3..68f4031 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -78,13 +78,20 @@ ;; mode-line style (setf *mode-line-background-color* "#333333" *mode-line-foreground-color* "#cccccc" - *mode-line-border-color* "#b00045" *mode-line-timeout* 5 - *mode-line-border-width* 3 + *mode-line-border-width* 0 *mode-line-pad-x* 3 *mode-line-pad-y* 3 *screen-mode-line-format* (list "[" '(:eval (RUN-SHELL-COMMAND "date '+%F %H:%M'|tr -d [:cntrl:]" T)) "] [%n] %w ^> [%B] [marcel@%h] %T")) +;; Gaps +(load-module "swm-gaps") +(setf swm-gaps:*inner-gaps-size* 5 + swm-gaps:*outer-gaps-size* 5 + swm-gaps:*head-gaps-size* 0) +(when *initializing* + (swm-gaps:toggle-gaps)) + ;; customize texts (setf *window-format* "^B %n ^b %20t " *group-format* "%t")