diff options
-rw-r--r-- | init.el | 10 | ||||
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -3270,7 +3270,7 @@ ((derived-mode-p 'org-mode) (org-reveal)))) (transient-define-prefix jao-transient-utils () - "Global operations in X11." + "Global operations." [["Notes" ("n" "capture note" jao-org-notes-open-or-create) ("/" "search notes" jao-org-notes-open) @@ -3284,7 +3284,10 @@ ["Monitors" ("p" "htop" jao-term-htop) ("v" "vpn status" jao-mullvad-status) - ("m" "set tmr" tmr)] + ("m" "set tmr" tmr) + ;; ("X" "toggle xmobar" xmobar-mode :if jao-exwm-enabled-p) + ("x" "restart xmobar" xmobar-restart :if jao-exwm-enabled-p) + ("x" "kill xmobar" jao-xmobar-kill :if jao-xmonad-enabled-p)] ["Network" ("S" "ssh" jao-ssh) ("b" "bluetooth" bluetooth-list-devices) @@ -3298,9 +3301,6 @@ ["Window system" :if jao-window-system-p ("w" "set wallpaper" jao-set-wallpaper) ("W" "set radom wallpaper" jao-set-random-wallpaper) - ("X" "toggle xmobar" xmobar-mode :if jao-exwm-enabled-p) - ("x" "restart xmobar" xmobar-restart :if jao-exwm-enabled-p) - ("x" "kill xmobar" jao-xmobar-kill :if jao-xmonad-enabled-p) ("B u" (lambda () (let ((b (jao-brightness))) (format "bright up %s" (and (string-match ".*\\((.+)\\).*" b) diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 7a3f772..26e6cbb 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -107,7 +107,7 @@ (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) (org-link (p link) (ul "grey80")) - (tab-bar (~ header-line) :family "Inconsolata" :height 100) + (tab-bar (~ header-line) :family "Source Code Pro") (scroll-bar (c "grey80" nil)) (show-paren-match (c nil "grey85")) (shr-text (c nil nil)) |