Updated waybar's network module to use foot instead of Alacritty (forgot to change this one too)

This commit is contained in:
Logan G 2023-02-24 04:10:01 -07:00
parent ea2b1198ec
commit d5fabced6f
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -70,7 +70,7 @@
"interval": 10, "interval": 10,
"on-click": "networkmanager_wofi", "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": true,
"tooltip-format": "Connected via {ifname}\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}", "tooltip-format": "Connected via {ifname}\nIP: {ipaddr}/{cidr}\nBandwidth: {bandwidthDownBits} | {bandwidthUpBits}",