From 56629c2f5954d0fa03ae7946e22dd305d8625fd9 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 6 Oct 2025 17:32:05 -0400 Subject: [PATCH] Change up modeline --- re/wobow-themes.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/re/wobow-themes.el b/re/wobow-themes.el index c174d4d..632d2fd 100644 --- a/re/wobow-themes.el +++ b/re/wobow-themes.el @@ -62,11 +62,11 @@ (link (:underline t)) ;; mode line - (mode-line (:box (:line-width -1 :color ,foreground) - :background ,background :foreground ,foreground :inverse-video t)) - - (mode-line-inactive (:box (:line-width -1 :color ,foreground) - :background ,background :foreground ,foreground)) + ;; (mode-line (:box (:line-width -1 :color ,foreground) + ;; :background ,background :foreground ,foreground :inverse-video t)) + (mode-line (:box nil :background ,background :foreground ,foreground)) + (mode-line-active (:underline (:color ,foreground :style wave :position 5))) + (mode-line-inactive (:inherit mode-line)) ;; font lock (font-lock-keyword-face (:bold t)) -- 2.39.5