Add ethernet on work machine
This commit is contained in:
parent
ef1426e24c
commit
cb3cf212b8
1 changed files with 7 additions and 1 deletions
|
@ -23,7 +23,7 @@ font-1 = "FontAwesome5FreeSolid:size=8;2"
|
|||
|
||||
modules-left = i3 xwindow
|
||||
modules-center = date
|
||||
modules-right = player_mpris_tail memory cpu wifi pulseaudio wattage battery power-menu
|
||||
modules-right = player_mpris_tail memory cpu wifi eno1 pulseaudio wattage battery power-menu
|
||||
|
||||
module-margin = 2
|
||||
|
||||
|
@ -145,3 +145,9 @@ interface = wlp2s0
|
|||
label-connected = %local_ip% (%essid%)
|
||||
label-connected-foreground = #0F0
|
||||
label-packetloss = ${self.label-connected}
|
||||
|
||||
[module/eno1]
|
||||
type = internal/network
|
||||
inherit = module/wifi
|
||||
label-connected = %local_ip%
|
||||
interface = eno1
|
||||
|
|
Loading…
Reference in a new issue