mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-04 02:53:44 +02:00
feat: network disconnected new style
This commit is contained in:
parent
4e57235d3a
commit
f4c6882f4f
1 changed files with 3 additions and 3 deletions
|
@ -191,7 +191,7 @@
|
|||
"format-ethernet": "Connected ",
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "",
|
||||
"format-disconnected": " N/A {signalStrength}% : 0.0.0.0",
|
||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||
"on-click-right": "alacritty -e nmtui",
|
||||
"tooltip": false
|
||||
|
@ -199,8 +199,8 @@
|
|||
"network#network-2": {
|
||||
"format-wifi": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||
"format-ethernet": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||
"format-linked": "(No IP)",
|
||||
"format-disconnected": "",
|
||||
"format-linked": "(No IP) ",
|
||||
"format-disconnected": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||
"on-click-right": "alacritty -e nmtui",
|
||||
"tooltip": false,
|
||||
"interval": 1
|
||||
|
|
Loading…
Add table
Reference in a new issue