[waybar] feat: moved vpn and network details into a group
This commit is contained in:
parent
1da021775f
commit
bee30af0c7
@ -118,14 +118,14 @@
|
|||||||
|
|
||||||
"network": {
|
"network": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format-wifi": " ",
|
"format-wifi": " {signalStrength}%",
|
||||||
"format-ethernet": " ",
|
"format-ethernet": " ",
|
||||||
"on-click": "alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh"
|
"on-click": "alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh"
|
||||||
},
|
},
|
||||||
|
|
||||||
"network#full": {
|
"network#full": {
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"format-wifi": "{essid}({signalStrength}%)",
|
"format-wifi": "{essid}",
|
||||||
"format-ethernet": " ",
|
"format-ethernet": " ",
|
||||||
"tooltip-format-wifi": "SSID: {essid}\nSignal Strength: {signalStrength}%\nIP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}",
|
"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}",
|
"tooltip-format-ethernet": "IP: {ipaddr}\nNetmask: {netmask} (/{cidr})\nGateway: {gwaddr}",
|
||||||
|
Reference in New Issue
Block a user