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