summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-12-18 14:52:38 +0100
committeryuzu-eva <stevenhu@web.de>2024-12-18 14:52:38 +0100
commit337c8527822c87f863164d974337977187265b0a (patch)
treeb7d3a2ee30ca7c6ba585c71af45a4ade2b92a651
parent8191d768d636b4a91611f232fd3e8024cce0fe32 (diff)
fix again
-rw-r--r--init.lisp10
-rw-r--r--modeline.lisp2
2 files changed, 6 insertions, 6 deletions
diff --git a/init.lisp b/init.lisp
index 90257f3..b6874d6 100644
--- a/init.lisp
+++ b/init.lisp
@@ -4,12 +4,12 @@
(set-module-dir (uiop:subpathname* (user-homedir-pathname) ".stumpwm.d/modules"))
-(load "~/.stumpwm.d/modeline.lisp")
+;;(load "~/.stumpwm.d/modeline.lisp")
(load "~/.stumpwm.d/keybinds.lisp")
(load "~/.stumpwm.d/visual.lisp")
-(when *initializing*
- (dolist (h (screen-heads (current-screen)))
- (enable-mode-line (current-screen) h t)))
+;;(when *initializing*
+;; (dolist (h (screen-heads (current-screen)))
+;; (enable-mode-line (current-screen) h t)))
-(stumptray::stumptray)
+;;(stumptray::stumptray)
diff --git a/modeline.lisp b/modeline.lisp
index 126fd04..c96a2e0 100644
--- a/modeline.lisp
+++ b/modeline.lisp
@@ -4,7 +4,7 @@
(load-module "cpu")
(load-module "mem")
-;;(load-module "stumptray")
+(load-module "stumptray")
(setf *mode-line-timeout* 2)
(setf *time-modeline-string* "%A, %F - %H:%M")