aboutsummaryrefslogtreecommitdiff
path: root/xmonad
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-05 21:32:09 -0300
committerEuAndreh <eu@euandre.org>2020-08-05 21:32:20 -0300
commitb8b2f983482afb3c032f42f26707bc885f209f6b (patch)
tree647c38dd55b08153c9d1e55d0bc7f2fc28486844 /xmonad
parentAdd nautilus tmuxinator template (diff)
downloaddotfiles-b8b2f983482afb3c032f42f26707bc885f209f6b.tar.gz
dotfiles-b8b2f983482afb3c032f42f26707bc885f209f6b.tar.xz
xmobar: Remove wired network
Diffstat (limited to 'xmonad')
-rw-r--r--xmonad/xmobar.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmonad/xmobar.hs b/xmonad/xmobar.hs
index a64219bc..667f33b8 100644
--- a/xmonad/xmobar.hs
+++ b/xmonad/xmobar.hs
@@ -6,7 +6,6 @@ Config {
, Run Swap [] 30
, Run Date "%A, %e %B %Y, %H:%M:%S" "date" 10
, Run DiskU [("/", "<used>/<size>")] [] 600
- , Run Network "wired: ens20u1u2" ["-t", "<dev>"] 100
, Run Wireless "wlp59s0" [] 100
, Run Volume "default" "Master" [] 10
, Run Battery [
@@ -21,5 +20,5 @@ Config {
10
, Run CommandReader "~/dev/libre/dotfiles/scripts/ad-hoc/xmobar-mpris.sh" "mpris"
]
- , template = " <fc=#5ea2a4>%date%</fc> | %default:Master%| %mpris% } { | %ens20u1u2% | %wlp59s0wi% | %battery% | %memory% * %swap% | %cpu% | %disku% "
+ , template = " <fc=#5ea2a4>%date%</fc> | %default:Master%| %mpris% } { | %wlp59s0wi% | %battery% | %memory% * %swap% | %cpu% | %disku% "
}