mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(desktop): colors for exwm-modeline, evince -> okular
This commit is contained in:
parent
977c0c2be1
commit
82ab1fa96e
3 changed files with 11 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"evince"
|
||||
"okular"
|
||||
"inkscape"
|
||||
"kdenlive"
|
||||
"ffmpeg"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue