From f138055ee60b63ac4b00a00e4e786ecde21aaf93 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 27 Mar 2025 21:02:37 +1100 Subject: bar: fix foot not having proper colours Only works if using caelestia-foot --- src/modules/bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bar.tsx b/src/modules/bar.tsx index 65a2727..6234f54 100644 --- a/src/modules/bar.tsx +++ b/src/modules/bar.tsx @@ -271,7 +271,7 @@ const Network = () => ( execAsync("uwsm app -- gnome-control-center wifi").catch(() => { network.wifi.scan(); execAsync( - "uwsm app -- foot -T nmtui fish -c 'sleep .1; set -e COLORTERM; TERM=xterm-old nmtui connect'" + "uwsm app -- foot -T nmtui -- fish -c 'sleep .1; set -e COLORTERM; TERM=xterm-old nmtui connect'" ).catch(() => {}); // Ignore errors }); }} -- cgit v1.2.3-freya