summaryrefslogtreecommitdiffstats
path: root/config/xmobar.config
diff options
context:
space:
mode:
Diffstat (limited to 'config/xmobar.config')
-rw-r--r--config/xmobar.config5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/xmobar.config b/config/xmobar.config
index 8985b0a..ac69472 100644
--- a/config/xmobar.config
+++ b/config/xmobar.config
@@ -30,11 +30,8 @@ Config { font = "xft:Sans:size=10"
, Run Network "enp0s25" ["-L","0","-H","32",
"--normal","green","--high","red",
"-t", "<icon={{DATA_DIR}}/ethernet.xpm/> <rx>KB|<tx>KB"] 10
- , Run Network "wlp3s0" ["-L","0","-H","32",
- "--normal","green","--high","red",
- "-t", "<icon={{DATA_DIR}}/wlan.xpm/> <rx>KB|<tx>KB"] 10
]
, sepChar = "%"
, alignSep = "}{"
- , template = "%UnsafeStdinReader% }{ %cpu% %memory% %disku% %enp0s25% %wlp3s0%"
+ , template = "%UnsafeStdinReader% }{ %cpu% %memory% %disku% %enp0s25%"
}