This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; -*- no-byte-compile: t; -*- | |
;;; ui/exwm/packages.el | |
(package! exwm) | |
(package! lemonbar :recipe (:fetcher github :repo "akirak/lemonbar.el")) | |
(package! frame-workflow :recipe (:fetcher github :repo "akirak/frame-workflow")) | |
(package! xelb) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; ui/exwm/config.el -*- lexical-binding: t; -*- | |
;; | |
;; Plugins | |
;; | |
(defvar akirak/lemonbar-exwm-workspace-list nil) | |
(defvar stat/volume nil) | |
(defvar stat/cpu nil) |