[stumpwm] update modeline

This commit is contained in:
Marcel Kapfer 2021-11-18 18:12:43 +01:00
parent fc180e22c4
commit 8137f5931f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 2 deletions

View File

@ -72,7 +72,6 @@
;; loading modeline modules
(load-module "battery-portable")
(load-module "hostname")
(load-module "stumptray")
;; mode-line style
@ -82,7 +81,7 @@
*mode-line-border-width* 0
*mode-line-pad-x* 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
(load-module "swm-gaps")