diff options
Diffstat (limited to 'stumpwm.org')
-rw-r--r-- | stumpwm.org | 4 |
1 files changed, 1 insertions, 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 |