From be30e87cf9d0da9c2291a7d660f314c16a221e21 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 28 Jun 2023 13:24:55 +0300 Subject: stumpwm: remove get-weather from mode-line --- stumpwm.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stumpwm.org b/stumpwm.org index f87ab45..0b9ab23 100644 --- a/stumpwm.org +++ b/stumpwm.org @@ -247,9 +247,7 @@ ;; Check when hermes(laptop) t display battery (when (equal (get-hostname) "hermes") "BAT:%B |") - ;; '(:eval (string-trim '(#\Newline) - ;; (stumpwm:run-shell-command "exec ~/Developer/scripts/get-weather.sh" t))) - " %d")) + "%d")) #+end_src /Note: to trim new line when using shell commands for mode-line use something like this:/ #+begin_src emacs-lisp :tangle nil -- cgit v1.2.3