feat(desktop): colors for exwm-modeline, evince -> okular

This commit is contained in:
Pavel Korytov 2022-07-09 23:12:54 +03:00
parent 977c0c2be1
commit 82ab1fa96e
3 changed files with 11 additions and 3 deletions

View file

@ -1,6 +1,6 @@
(specifications->manifest
'(
"evince"
"okular"
"inkscape"
"kdenlive"
"ffmpeg"

View file

@ -25,7 +25,11 @@
(use-package exwm-modeline
:straight (:host github :repo "SqrtMinusOne/exwm-modeline")
:config
(add-hook 'exwm-init-hook #'exwm-modeline-mode))
(add-hook 'exwm-init-hook #'exwm-modeline-mode)
(my/use-doom-colors
(exwm-modeline-current-workspace
:foreground (doom-color 'yellow)
:weight 'bold)))
(defun my/exwm-direction-exists-p (dir)
"Check if there is space in the direction DIR.

View file

@ -396,7 +396,11 @@ Show the current workspace in the modeline.
(use-package exwm-modeline
:straight (:host github :repo "SqrtMinusOne/exwm-modeline")
:config
(add-hook 'exwm-init-hook #'exwm-modeline-mode))
(add-hook 'exwm-init-hook #'exwm-modeline-mode)
(my/use-doom-colors
(exwm-modeline-current-workspace
:foreground (doom-color 'yellow)
:weight 'bold)))
#+end_src
** Windows
A bunch of functions related to managing windows in EXWM.