From 64442063ec933c0345225fa32ce07b4133e2d7fd Mon Sep 17 00:00:00 2001 From: DIvan2000 Date: Thu, 5 Dec 2024 16:38:38 +0400 Subject: [PATCH] Improved network module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IP показывается при наведении. При нажатии открывается nmtui в foot. --- config | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config b/config index 13e9907..c7274a9 100644 --- a/config +++ b/config @@ -63,13 +63,16 @@ }, "network": { // "interface": "wlp2s0", // (Optional) To force the use of this interface + "interval": 10, "format-wifi": "{essid} ({signalStrength}%)  ", - "format-ethernet": "{ifname}: {ipaddr}/{cidr}  ", - "format-disconnected": "Disconnected ⚠ " + "format-ethernet": "{ifname}  ", + "format-disconnected": "Disconnected ⚠ ", + "tooltip-format": "{ipaddr}/{cidr}", + "on-click": "hyprctl dispatch exec \"[float] foot -W 80x24 nmtui\"" }, "pulseaudio": { "scroll-step": 1, - "format": "{volume}% {icon}", + "format": "{volume}% {icon} ", "format-bluetooth": "{volume}% {icon} ", "format-muted": " ", "format-icons": {