From 11f9bb612083d3de397d2615732021b29f6b6e07 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Fri, 6 Feb 2026 12:19:09 +0200 Subject: [PATCH] waybar: nmtui on network click --- README.md | 1 - modules/home/waybar.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b30396..f50e730 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ In-progress unification of my various NixOS configs with shared modules. ## TODO * Switch to TUI volume control from pavucontrol. Should support setting the codec for Bluetooth, so may be tricky to find one. -* Click on waybar network to open nmtui. ## Related * Neovim configuration flake: [~liljamo/nvim-flake](https://git.src.quest/~liljamo/nvim-flake) diff --git a/modules/home/waybar.nix b/modules/home/waybar.nix index ec850f8..8639b3e 100644 --- a/modules/home/waybar.nix +++ b/modules/home/waybar.nix @@ -71,6 +71,7 @@ format-ethernet = "{ipaddr}/{cidr}"; format-wifi = "{ipaddr} ({essid})"; tooltip = false; + on-click = "foot nmtui"; }; "niri/language" = { -- 2.44.1