summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-03 21:54:32 +0000
committerjao <jao@gnu.org>2022-02-03 21:54:32 +0000
commit653586439de228747fa60abc9e28dc9d901d9bcb (patch)
tree7da247304d2865c0c14a90279179b031c0cc14b1 /init.org
parent51a043059d8f72e8325d2e2a2b758fc3d647ad0d (diff)
downloadelibs-653586439de228747fa60abc9e28dc9d901d9bcb.tar.gz
elibs-653586439de228747fa60abc9e28dc9d901d9bcb.tar.bz2
enwc
Diffstat (limited to 'init.org')
-rw-r--r--init.org17
1 files changed, 14 insertions, 3 deletions
diff --git a/init.org b/init.org
index 551a9ec..531fa8d 100644
--- a/init.org
+++ b/init.org
@@ -535,6 +535,7 @@
(jao-trisect)
(jao-set-transparency 85)
(jao-themes-setup)
+ (display-time-mode 1)
(message "Welcome to sway"))
(when jao-sway-enabled (add-hook 'after-init-hook #'jao-sway-enable))
@@ -700,7 +701,6 @@
(jao-minibuffer-mode 1)
(when jao-modeline-in-minibuffer-p
- (display-time-mode 1)
(add-hook 'display-time-hook #'jao-minibuffer-refresh)
(jao-minibuffer-add-mode-line 90))
#+end_src
@@ -2650,7 +2650,7 @@
:init (add-to-list 'auto-mode-alist '("\\.gp$" . gnuplot-mode)))
#+END_SRC
* Network
-*** network monitor
+*** nm applet
#+begin_src emacs-lisp
(jao-def-exec jao-nm-applet "nm-applet")
@@ -2660,6 +2660,16 @@
(jao-nm-applet)
(jao-exec-string "killall nm-applet")))
#+end_src
+*** enwc
+ #+begin_src emacs-lisp
+ (use-package enwc
+ :ensure t
+ :custom ((enwc-default-backend 'nm)
+ (enwc-wired-device "wlp164s0")
+ (enwc-wireless-device "wlp164s0")
+ (enwc-display-mode-line nil)))
+ #+end_src
+
*** bluetooth
#+BEGIN_SRC emacs-lisp
(use-package bluetooth :ensure t)
@@ -3176,7 +3186,8 @@
["Monitors"
("p" "htop" jao-term-htop)
("v" "vpn status" jao-mullvad-status)
- ("T" "telegram rooster" telega)]
+ ("T" "telegram rooster" telega)
+ ("N" "network interfaces" enwc)]
["Network"
("S" "ssh" jao-ssh)
("b" "bluetooth" bluetooth-list-devices)