diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-27 21:02:37 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-27 21:02:37 +1100 |
| commit | f138055ee60b63ac4b00a00e4e786ecde21aaf93 (patch) | |
| tree | 5e03f0c877588f955b433438bc30b06bc63e03b9 /src/modules/bar.tsx | |
| parent | sidebar: updates module (diff) | |
| download | caelestia-shell-f138055ee60b63ac4b00a00e4e786ecde21aaf93.tar.gz caelestia-shell-f138055ee60b63ac4b00a00e4e786ecde21aaf93.tar.bz2 caelestia-shell-f138055ee60b63ac4b00a00e4e786ecde21aaf93.zip | |
bar: fix foot not having proper colours
Only works if using caelestia-foot
Diffstat (limited to 'src/modules/bar.tsx')
| -rw-r--r-- | src/modules/bar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 }); }} |