mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-08 01:13:42 +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 ",
|
"format-ethernet": "Connected ",
|
||||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||||
"format-linked": "{ifname} (No IP) ",
|
"format-linked": "{ifname} (No IP) ",
|
||||||
"format-disconnected": "",
|
"format-disconnected": " N/A {signalStrength}% : 0.0.0.0",
|
||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
"format-alt": "{ifname}: {ipaddr}/{cidr}",
|
||||||
"on-click-right": "alacritty -e nmtui",
|
"on-click-right": "alacritty -e nmtui",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
|
@ -200,7 +200,7 @@
|
||||||
"format-wifi": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
"format-wifi": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||||
"format-ethernet": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
"format-ethernet": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||||
"format-linked": "(No IP) ",
|
"format-linked": "(No IP) ",
|
||||||
"format-disconnected": "",
|
"format-disconnected": " {bandwidthDownBytes} {bandwidthUpBytes}",
|
||||||
"on-click-right": "alacritty -e nmtui",
|
"on-click-right": "alacritty -e nmtui",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"interval": 1
|
"interval": 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue