Updated waybar's network module to use foot instead of Alacritty (forgot to change this one too)
This commit is contained in:
parent
ea2b1198ec
commit
d5fabced6f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
"interval": 10,
|
||||
|
||||
"on-click": "networkmanager_wofi",
|
||||
"on-click-right": "swaymsg 'set $PROP floating; exec alacritty -e nmtui'",
|
||||
"on-click-right": "swaymsg 'set $PROP floating; exec foot -W 80x24 -e nmtui'",
|
||||
|
||||
"tooltip": true,
|
||||
"tooltip-format": "Connected via {ifname}\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",
|
||||
|
|
Loading…
Reference in a new issue