summaryrefslogtreecommitdiff
path: root/.stumpwm.d/modeline.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-10 08:52:19 +0300
committerThanos Apollo <[email protected]>2024-05-10 08:52:19 +0300
commit3723b427e0d97deb3d14d74344b6ef0b70fe4d24 (patch)
tree38eeb42bf700f198b5ea1a2599b64e8f168b6cc7 /.stumpwm.d/modeline.lisp
parent4db3110293abfb260729be94bf7b8e290adb7494 (diff)
Readd stumpwm?
Diffstat (limited to '.stumpwm.d/modeline.lisp')
l---------[-rw-r--r--].stumpwm.d/modeline.lisp46
1 files changed, 1 insertions, 45 deletions
diff --git a/.stumpwm.d/modeline.lisp b/.stumpwm.d/modeline.lisp
index 308186f..be38179 100644..120000
--- a/.stumpwm.d/modeline.lisp
+++ b/.stumpwm.d/modeline.lisp
@@ -1,45 +1 @@
-;; Modeline configuration
-(load "~/.stumpwm.d/colors.lisp")
-
-(setf *default-package* :stumpwm)
-
-(load-module "battery-portable")
-;; (stumpwm:load-module "stumptray")
-(load-module "mem")
-(load-module "cpu")
-
-(setf *mode-line-timeout* 2)
-(setf *group-format* "%t")
-(setf *window-format* "%n: %30t")
-
-;; set modeline colors and highlight
-(setf *mode-line-background-color* thanos-black-bg ;"#252B48"
- *mode-line-foreground-color* thanos-hope-fg
- *mode-line-border-color* thanos-black-bg
- *mode-line-highlight-template* "«~A»"
- mem::*mem-modeline-fmt* "%p"
- cpu:*cpu-modeline-fmt* "%c")
-
-(setf *mode-line-border-color* thanos-black-bg
- *mode-line-border-width* 2)
-
-(setf *time-modeline-string* "%a %d/%m/%Y | %H:%M")
-
-(setf stumpwm:*screen-mode-line-format*
- (list "%g ^> %C "
- '(:eval (string-trim '(#\Newline)
- (stumpwm:run-shell-command
- "echo $(($(cat /sys/class/thermal/thermal_zone0/temp) / 1000))C" t)))
- "| RAM:%M| VOL:"
- '(:eval (string-trim '(#\Newline)
- (stumpwm:run-shell-command
- "amixer get Master | awk '/Front Left:/ { print substr($5, 2, length($5)-2) }'" t)))
- " | "
- ;; Check when hermes(laptop) t display battery
- (when (equal (asdf:hostname) "hermes")
- "BAT:%B |")
- "%d"))
-
-
-(when stumpwm:*initializing*
- (mode-line))
+/gnu/store/4garpamz8m6h8dnfy7m4p59zp0s5lyys-home-dotfiles--stumpwm-d-modeline-lisp \ No newline at end of file