[stumpwm] update modeline
This commit is contained in:
parent
fc180e22c4
commit
8137f5931f
1 changed files with 1 additions and 2 deletions
|
@ -72,7 +72,6 @@
|
||||||
|
|
||||||
;; loading modeline modules
|
;; loading modeline modules
|
||||||
(load-module "battery-portable")
|
(load-module "battery-portable")
|
||||||
(load-module "hostname")
|
|
||||||
(load-module "stumptray")
|
(load-module "stumptray")
|
||||||
|
|
||||||
;; mode-line style
|
;; mode-line style
|
||||||
|
@ -82,7 +81,7 @@
|
||||||
*mode-line-border-width* 0
|
*mode-line-border-width* 0
|
||||||
*mode-line-pad-x* 3
|
*mode-line-pad-x* 3
|
||||||
*mode-line-pad-y* 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"))
|
*screen-mode-line-format* (list " [%g] %w ^> [%B] [" '(:eval (RUN-SHELL-COMMAND "date '+%F %H:%M'|tr -d [:cntrl:]" T)) "] %T"))
|
||||||
|
|
||||||
;; Gaps
|
;; Gaps
|
||||||
(load-module "swm-gaps")
|
(load-module "swm-gaps")
|
||||||
|
|
Loading…
Reference in a new issue