From 98565ad57204eac8346e13633e87670f9d6badba Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 21 Jan 2018 16:40:52 -0600 Subject: [PATCH] Conky: Add support for desktop's WLAN card address --- .config/conky/conky.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index 3ce63087..f1d53cc6 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -60,9 +60,11 @@ ${color7}${diskiograph /dev/sda 40}$color /boot ${color7}${fs_bar 9 /boot}$color /home ${color7}${fs_bar 9 /home}$color -${color3}$hr$color -${if_up wlp1s0}WLAN:${alignr}${addr wlp1s0} on $wireless_essid -${color6}${downspeedgraph wlp1s0 20}$color$endif${if_up enp0s31f6} +${color3}$hr$color${if_up wlp1s0} +WLAN:${alignr}${addr wlp1s0} on $wireless_essid +${color6}${downspeedgraph wlp1s0 20}$color$endif${if_up wlp5s0} +WLAN:${alignr}${addr wlp5s0} on $wireless_essid +${color6}${downspeedgraph wlp5s0 20}$color$endif${if_up enp0s31f6} ETHERNET:${alignr}${addr enp0s31f6} ${color6}${downspeedgraph enp0s31f6 20}$color$endif${if_up enp0s20f0u2} USB TETHER:${alignr}${addr enp0s20f0u2}