From 47233a76a0dacec34030220a0b1ad53f3296e1c2 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Sun, 30 Aug 2015 20:06:44 +0200 Subject: Toggle layout with a click on xmobar Removed wlp3s0 wlan interface which produced error message if not connected. Signed-off-by: Michal Minar --- config/xmobar.config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config') 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", " KB|KB"] 10 - , Run Network "wlp3s0" ["-L","0","-H","32", - "--normal","green","--high","red", - "-t", " KB|KB"] 10 ] , sepChar = "%" , alignSep = "}{" - , template = "%UnsafeStdinReader% }{ %cpu% %memory% %disku% %enp0s25% %wlp3s0%" + , template = "%UnsafeStdinReader% }{ %cpu% %memory% %disku% %enp0s25%" } -- cgit