bar: fix foot not having proper colours

Only works if using caelestia-foot
This commit is contained in:
2 * r + 2 * t 2025-03-27 21:02:37 +11:00
parent 3b2130f286
commit f138055ee6

View file

@ -271,7 +271,7 @@ const Network = () => (
execAsync("uwsm app -- gnome-control-center wifi").catch(() => { execAsync("uwsm app -- gnome-control-center wifi").catch(() => {
network.wifi.scan(); network.wifi.scan();
execAsync( 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 ).catch(() => {}); // Ignore errors
}); });
}} }}