[waybar] feat: added ip to waybar config
This commit is contained in:
parent
a9e2dd58d1
commit
16381ae20f
@ -126,7 +126,7 @@
|
||||
"network#full": {
|
||||
"tooltip": true,
|
||||
"format-wifi": "{essid}",
|
||||
"format-ethernet": " ",
|
||||
"format-ethernet": "{ipaddr}/{cidr}",
|
||||
"tooltip-format-wifi": "SSID: {essid}\nSignal Strength: {signalStrength}%\nIP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}",
|
||||
"tooltip-format-ethernet": "IP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}",
|
||||
"on-click": "alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh"
|
||||
|
Reference in New Issue
Block a user