From f456ed93bcc6fc2a44fd57f11cd44fd3c9eec44a Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 23 Jun 2021 20:20:52 -0400 Subject: [PATCH] FIX forgot to add interface name --- bin/xmobar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xmobar.hs b/bin/xmobar.hs index cc66553..1f7110a 100644 --- a/bin/xmobar.hs +++ b/bin/xmobar.hs @@ -110,7 +110,7 @@ ethernetCmd iface = CmdSpec { csAlias = iface , csDepends = Just $ sysDepends devBus devPath , csRunnable = Run - $ Device ("enp7s0f1", "\xf0e8", T.fgColor, T.backdropFgColor) 5 + $ Device (iface, "\xf0e8", T.fgColor, T.backdropFgColor) 5 } isWireless :: String -> Bool