Skip to content

config wifi qtile

Victoriano edited this page Oct 11, 2023 · 1 revision
#para identificar wifi en terminal Linux
   ~ iwconfig
lo        no wireless extensions.

enp2s0    no wireless extensions.

#name
wlan0     IEEE... 
   
   ~ 
    powerline('color3', 'color4'),

    icon(bg="color3", text=' '),  # Icon: nf-fa-feed
    
    # widget.Net(**base(bg='color3'), interface='wlp2s0'),
    widget.Net(**base(bg='color3'), interface='wlan0'),

    powerline('color2', 'color3'),

Never stop learning

Clone this wiki locally