From 0a2b876abaef41c858ba05bc8a5dee3be47d2958 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Wed, 23 Dec 2020 06:11:46 -0700 Subject: Add wifi module and tune ethernet --- .config/polybar/config | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to '.config/polybar/config') diff --git a/.config/polybar/config b/.config/polybar/config index fcdc86f..e35a292 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -30,7 +30,7 @@ include-file = $XDG_CONFIG_HOME/polybar/memory.ini include-file = $XDG_CONFIG_HOME/polybar/xkeyboard.ini include-file = $XDG_CONFIG_HOME/polybar/filesystem.ini include-file = $XDG_CONFIG_HOME/polybar/eth.ini -# include-file = $XDG_CONFIG_HOME/polybar/wlan.ini +include-file = $XDG_CONFIG_HOME/polybar/wlan.ini # Other modules that came by default on the example config. @@ -49,28 +49,6 @@ include-file = $XDG_CONFIG_HOME/polybar/eth.ini # label-song-maxlen = 25 # label-song-ellipsis = true -# [module/wlan] -# type = internal/network -# interface = wlp6s0 -# interval = 3.0 - -# format-connected = -# format-connected-underline = #9f78e1 -# label-connected = %essid% - -# format-disconnected = -# format-disconnected = -# format-disconnected-underline = ${self.format-connected-underline} -# label-disconnected = %ifname% disconnected -# label-disconnected-foreground = ${colors.foreground-alt} - -# ramp-signal-0 =  -# ramp-signal-1 =  -# ramp-signal-2 =  -# ramp-signal-3 =  -# ramp-signal-4 =  -# ramp-signal-foreground = ${colors.foreground-alt} - # [module/temperature] # type = internal/temperature # thermal-zone = 0 -- cgit v1.2.3-54-g00ecf