stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] Best of the modelines


From: Sébastien Vauban
Subject: [STUMP] Best of the modelines
Date: Fri, 13 Nov 2009 10:22:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hello,

I'd be interested by knowing what awesome feature you've put in your modeline.

I know we can put all the things from contribs, adding colors and information
like the currently played song; but do you have anything else that's
interesting and could be shared with us?  Monitoring?  Application or network
status?  Etc?

Here is my current modeline:

--8<---------------cut here---------------start------------->8---
(setf *screen-mode-line-format*
      (list
       ;; date
       "^6*" '(:eval (current-date)) ; defined in my `.stumpwmrc'
       ;; battery
       " | %B"
       ;; cpu
       " | %c %f %t"
       ;; mem
       " | %M"
       ;; net
       " | %l"
       ;; wifi
       " | %I"
       '(:eval (run-shell-command "echo" t))
       "^2*" "[^B%n^b] %W%48"))
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sébastien Vauban





reply via email to

[Prev in Thread] Current Thread [Next in Thread]