diff options
| author | EuAndreh <eu@euandre.org> | 2020-08-05 21:32:09 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-08-05 21:32:20 -0300 |
| commit | b8b2f983482afb3c032f42f26707bc885f209f6b (patch) | |
| tree | 647c38dd55b08153c9d1e55d0bc7f2fc28486844 /xmonad | |
| parent | Add nautilus tmuxinator template (diff) | |
| download | dotfiles-b8b2f983482afb3c032f42f26707bc885f209f6b.tar.gz dotfiles-b8b2f983482afb3c032f42f26707bc885f209f6b.tar.xz | |
xmobar: Remove wired network
Diffstat (limited to 'xmonad')
| -rw-r--r-- | xmonad/xmobar.hs | 3 |
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% " } |
