From d8cfa72c77505eb39571bbef34dad439deebeceb Mon Sep 17 00:00:00 2001 From: DIvan2000 Date: Mon, 13 Oct 2025 18:15:16 +0400 Subject: [PATCH] better nmtui --- config | 2 +- scripts/bashrc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 scripts/bashrc diff --git a/config b/config index 359a741..a12d4ba 100644 --- a/config +++ b/config @@ -77,7 +77,7 @@ "format-ethernet": "{ifname}  ", "format-disconnected": "Disconnected ⚠ ", "tooltip-format": "{ipaddr}/{cidr}", - "on-click": "hyprctl dispatch exec \"[float] foot -W 80x24 nmtui\"" + "on-click": "hyprctl dispatch exec \"[float] foot -W 160x48 bash -c 'source ~/.config/waybar/scripts/bashrc; nmtui'\"" }, "pulseaudio": { "scroll-step": 1, diff --git a/scripts/bashrc b/scripts/bashrc new file mode 100644 index 0000000..e1b1eb9 --- /dev/null +++ b/scripts/bashrc @@ -0,0 +1,6 @@ +# +# ~/.bashrc +# + +PS1='[\u@\h \w]\$ ' +sleep 0.01s