some things
This commit is contained in:
parent
69c51cbdb1
commit
5937176f20
1 changed files with 7 additions and 2 deletions
|
@ -1172,7 +1172,6 @@ Export and then view with emacs :)
|
||||||
I'm scared
|
I'm scared
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(when (eq system-type 'gnu/linux)
|
(when (eq system-type 'gnu/linux)
|
||||||
(display-battery-mode)
|
|
||||||
(use-package exwm
|
(use-package exwm
|
||||||
:config
|
:config
|
||||||
|
|
||||||
|
@ -1188,7 +1187,13 @@ I'm scared
|
||||||
;; (call-process-shell-command "nextcloud" nil 0)
|
;; (call-process-shell-command "nextcloud" nil 0)
|
||||||
;; (call-process-shell-command "bitwarden" nil 0)
|
;; (call-process-shell-command "bitwarden" nil 0)
|
||||||
(call-process-shell-command "flameshot" nil 0)
|
(call-process-shell-command "flameshot" nil 0)
|
||||||
)
|
|
||||||
|
;; battery
|
||||||
|
(display-battery-mode)
|
||||||
|
;; show time on the modeline
|
||||||
|
(setq display-time-default-load-average nil)
|
||||||
|
(setq display-time-24hr-format t)
|
||||||
|
(display-time-mode t))
|
||||||
|
|
||||||
;; background
|
;; background
|
||||||
;; todo turn this info a function
|
;; todo turn this info a function
|
||||||
|
|
Loading…
Reference in a new issue