fix(Polybar): utilisation de la bonne carte wifi
This commit is contained in:
parent
b00d173e64
commit
1c26795eae
@ -55,7 +55,7 @@ background #002b36
|
|||||||
# in the editor color scheme. Or use the escape codes to set the terminals
|
# in the editor color scheme. Or use the escape codes to set the terminals
|
||||||
# default colors in a shell script to launch your editor.
|
# default colors in a shell script to launch your editor.
|
||||||
# Be aware that using a value less than 1.0 is a (possibly significant) performance hit.
|
# Be aware that using a value less than 1.0 is a (possibly significant) performance hit.
|
||||||
background_opacity 0.87
|
#background_opacity 0.87
|
||||||
|
|
||||||
# The foreground for selections
|
# The foreground for selections
|
||||||
selection_foreground #93a1a1
|
selection_foreground #93a1a1
|
||||||
|
@ -217,7 +217,7 @@ label = %percentage_used%%
|
|||||||
|
|
||||||
[module/wlan]
|
[module/wlan]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp3s0
|
interface = wlp0s20f3
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
;format-connected = <ramp-signal> <label-connected>
|
;format-connected = <ramp-signal> <label-connected>
|
||||||
|
Loading…
Reference in New Issue
Block a user