The Desktop Environment[fn:73] package provides commands and a global minor mode for controlling your GNU/Linux[fn:1] desktop from within GNU/Emacs[fn:2].
#+NAME: emacs-desktop-package
#+BEGIN_SRC nix
epkgs.desktop-environment
#+END_SRC
You can control the brightness, volume, take screenshots, and lock / unlock the screen. The package depends on the availability of shell commands to do the heavy lifting. They can be changed by customizing the appropriate variables.
#+NAME: emacs-desktop-elisp
#+BEGIN_SRC emacs-lisp
;; Configure `desktop-environment'.
(require 'desktop-environment)
(desktop-environment-mode +1)
#+END_SRC
** Doom Themes
** Doom Themes
#+NAME: emacs-doom-themes-package
#+NAME: emacs-doom-themes-package
@ -2321,7 +2347,7 @@ It's possible to control the frame opacity in GNU/Emacs[fn:2]. Unlike other tran
epkgs.doom-themes
epkgs.doom-themes
#+END_SRC
#+END_SRC
Doom Themes[fn:73] is a theme megapack for GNU/Emacs[fn:2], inspired by community favourites.
Doom Themes[fn:74] is a theme megapack for GNU/Emacs[fn:2], inspired by community favourites.
#+NAME: emacs-doom-themes-elisp
#+NAME: emacs-doom-themes-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2345,7 +2371,7 @@ Doom Themes[fn:73] is a theme megapack for GNU/Emacs[fn:2], inspired by communit
epkgs.doom-modeline
epkgs.doom-modeline
#+END_SRC
#+END_SRC
Doom Modeline[fn:74] is a fancy and fast modeline inspired by minimalism design. It's integrated into Centaur Emacs, Doom Emacs, and Spacemacs.
Doom Modeline[fn:75] is a fancy and fast modeline inspired by minimalism design. It's integrated into Centaur Emacs, Doom Emacs, and Spacemacs.
#+NAME: emacs-doom-modeline-elisp
#+NAME: emacs-doom-modeline-elisp
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
@ -2501,8 +2527,10 @@ Doom Modeline[fn:74] is a fancy and fast modeline inspired by minimalism design.